Alexandre Julliard : winewrapper: Remove explicit call to wineprefixcreate.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Mar 21 13:21:11 CST 2006


Module: wine
Branch: refs/heads/master
Commit: d6df0ac71710cb3a1cd3b54964373eddbe1a9af0
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=d6df0ac71710cb3a1cd3b54964373eddbe1a9af0

Author: Alexandre Julliard <julliard at 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




More information about the wine-cvs mailing list