[pkg-wine-party] [SCM] Debian Wine packaging branch, master, updated. wine-1.1.30-1-557-g568f0ba

Ove Kaaven ovek at arcticnet.no
Sat Oct 24 00:48:49 UTC 2009


The following commit has been merged in the master branch:
commit f2a740c15ede8da9de3874da959fcc8f14c58c5b
Author: Ove Kaaven <ovek at 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: #549088.

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



More information about the pkg-wine-party mailing list