wineprefixcreate

Louis. Lenders xerox_xerox2000 at yahoo.co.uk
Wed Mar 15 04:01:20 CST 2006


Hi, i ran into trouble using current cvs (see bug
4837):

rm -rf ~/.wine
wine
wine: creating configuration directory
'/root/.wine'...
cp: cannot stat `/opt/wine/bin/../share/wine.inf': No
such file or directory
wine: wineprefixcreate failed while creating
'/root/.wine
The patch makes it work again for me; hope it's ok

Changelog : fix wineprefixcreate


	
	
		
___________________________________________________________ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com
-------------- next part --------------
--- tools/wineprefixcreate.in_	2006-03-15 06:00:10.000000000 -0500
+++ tools/wineprefixcreate.in	2006-03-15 05:58:24.000000000 -0500
@@ -60,7 +60,7 @@
 
 bindir=`cd "$bindir" && pwd`
 dlldir="$bindir/@bintodlldir@"
-datadir="$bindir/@bintodatadir@"
+datadir="$bindir/@bintodatadir@/wine"
 
 do_wait=0
 quiet=0


More information about the wine-patches mailing list