From 2e3b3ca9230c3c4e53bd51f280ea070527f08ae9 Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Thu, 16 Dec 2004 14:22:37 +0000 Subject: [PATCH] Allow wineprefixcreate to run to the end when configuring from the source tree. --- tools/wineprefixcreate.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/wineprefixcreate.in b/tools/wineprefixcreate.in index 25ab09bcd51..b125316ee2f 100644 --- a/tools/wineprefixcreate.in +++ b/tools/wineprefixcreate.in @@ -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 -- 2.11.4.GIT