Corrected fix for $libdir check in wineinstall

Dustin Navea speeddymon at yahoo.com
Tue May 14 16:02:57 CDT 2002


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
-------------- next part --------------
--- 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"


More information about the wine-patches mailing list