Allow wineprefixcreate to run to the end when configuring from the

source tree.
This commit is contained in:
Dmitry Timoshkov 2004-12-16 14:22:37 +00:00 committed by Alexandre Julliard
parent 873cd009d0
commit 2e3b3ca923

View file

@ -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