winewrapper: Remove explicit call to wineprefixcreate.
Now that wineprefixcreate detects the build tree automatically, the standard behavior of starting it from ntdll should work fine.
This commit is contained in:
parent
5ac2238ad0
commit
d6df0ac717
|
@ -97,13 +97,6 @@ then
|
||||||
. $topdir/.winewrapper
|
. $topdir/.winewrapper
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# create prefix directory if needed
|
|
||||||
|
|
||||||
if [ -z "$WINEPREFIX" -a ! -d "$HOME/.wine" ]
|
|
||||||
then
|
|
||||||
"$topdir/tools/wineprefixcreate" --use-wine-tree "$topdir"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# and run the application
|
# and run the application
|
||||||
|
|
||||||
case "$0" in
|
case "$0" in
|
||||||
|
|
Loading…
Reference in New Issue