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

[pkg-wine-party] [SCM] Debian Wine packaging branch, lenny, updated. wine-1.0.1-2-5-g4412ca7



The following commit has been merged in the lenny branch:
commit f8795ba138ea0a3385ced9f58b437c03f900038a
Author: Ove Kaaven <ovek@arcticnet.no>
Date:   Sat Oct 24 01:52:10 2009 +0200

    Set the WINELOADER environment variable in the wine wrapper script,
    to ensure the debugger finds the expected binary. Closes: #531709.

diff --git a/debian/winelauncher b/debian/winelauncher
index 45adc9e..3c350f6 100644
--- a/debian/winelauncher
+++ b/debian/winelauncher
@@ -60,4 +60,5 @@ fi # nss_mdns4
 fi # amd64
 
 # Launch Wine
-exec /usr/lib/wine/wine.bin "$@"
+export WINELOADER="/usr/lib/wine/wine.bin"
+exec "$WINELOADER" "$@"

-- 
Debian Wine packaging



Reply to: