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:
Alexandre Julliard 2006-03-21 12:01:12 +01:00
parent 5ac2238ad0
commit d6df0ac717
1 changed files with 0 additions and 7 deletions

View File

@ -97,13 +97,6 @@ then
. $topdir/.winewrapper
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
case "$0" in