Module: wine Branch: refs/heads/master Commit: d6df0ac71710cb3a1cd3b54964373eddbe1a9af0 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=d6df0ac71710cb3a1cd3b549...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Mar 21 12:01:12 2006 +0100
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.
---
tools/winewrapper | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/tools/winewrapper b/tools/winewrapper index c958b60..7c49b38 100755 --- a/tools/winewrapper +++ b/tools/winewrapper @@ -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