Allow wineprefixcreate to run to the end when configuring from the
source tree.
This commit is contained in:
parent
873cd009d0
commit
2e3b3ca923
|
@ -66,6 +66,14 @@ do
|
||||||
if [ -x "$topdir/server/wineserver" ]
|
if [ -x "$topdir/server/wineserver" ]
|
||||||
then
|
then
|
||||||
WINELOADER="$topdir/wine"
|
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"
|
dlldir="$topdir/programs"
|
||||||
datadir="$topdir/tools"
|
datadir="$topdir/tools"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue