Allow wineprefixcreate to run to the end when configuring from the source tree

Dmitry Timoshkov dmitry at baikal.ru
Mon Dec 6 03:40:35 CST 2004


Hello,

Changelog:
    Dmitry Timoshkov <dmitry at codeweavers.com>
    Allow wineprefixcreate to run to the end when configuring from
    the source tree.

--- cvs/hq/wine/tools/wineprefixcreate.in	2004-09-28 13:35:36.000000000 +0900
+++ wine/tools/wineprefixcreate.in	2004-12-06 14:29:34.000000000 +0800
@@ -66,6 +66,14 @@ do
             if [ -x "$topdir/server/wineserver" ]
             then
                 WINELOADER="$topdir/wine"
+                WINESERVER="$topdir/server/wineserver"
+                if [ -n "$LD_LIBRARY_PATH" ]
+                then
+                    LD_LIBRARY_PATH="$topdir/libs:$LD_LIBRARY_PATH"
+                else
+                    LD_LIBRARY_PATH="$topdir/libs"
+                fi
+                export LD_LIBRARY_PATH
                 dlldir="$topdir/programs"
                 datadir="$topdir/tools"
             else






More information about the wine-patches mailing list