mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
Fix for $libdir check.
This commit is contained in:
parent
c3e06df941
commit
629895b7f9
@ -319,7 +319,7 @@ then {
|
||||
# to our sucommand string
|
||||
if [ -f /etc/ld.so.conf ]
|
||||
then
|
||||
if [ ! grep -qs "$libdir" /etc/ld.so.conf ]
|
||||
if ! grep -qs "$libdir" /etc/ld.so.conf
|
||||
then {
|
||||
echo
|
||||
echo "$libdir doesn't exist in your /etc/ld.so.conf, it will be added"
|
||||
|
Loading…
Reference in New Issue
Block a user