Corrected fix for $libdir check in wineinstall

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



i removed the 2 commented out lines, hopefully this
time it will be committed ;)

-Dustin



__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com
--- tools/wineinstall	Sat May  4 13:31:24 2002
+++ tools/wineinstall.new	Sat May 11 01:19:04 2002
@@ -319,7 +319,9 @@
     # 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"

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux