patch for the ldconfig fix in latest snapshot

Tony Lambregts tony_lambregts at telusplanet.net
Sat May 11 21:07:27 CDT 2002


Dustin Navea wrote:
[snip]

>--- 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 ]
>+      # why were there brackets around this?  it wasn't evaluating 
>+      # correctly because of them! -Dustin Navea
>

Doh!... The previous two lines should not be in the patch .  If it was 
applied it would make for very strange reading.   Please re-submit 
without them.

>+      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"
>  
>
lookingoveryourshoulder

Tony Lambregts




More information about the wine-devel mailing list