SOURCES: wine-doors-wineroot.patch (NEW) - path to wineroot

wolvverine wolvverine at pld-linux.org
Sun Dec 24 07:12:27 CET 2006


Author: wolvverine                   Date: Sun Dec 24 06:12:27 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- path to wineroot

---- Files affected:
SOURCES:
   wine-doors-wineroot.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/wine-doors-wineroot.patch
diff -u /dev/null SOURCES/wine-doors-wineroot.patch:1.1
--- /dev/null	Sun Dec 24 07:12:27 2006
+++ SOURCES/wine-doors-wineroot.patch	Sun Dec 24 07:12:22 2006
@@ -0,0 +1,12 @@
+diff -uNr wine-doors.org/src/preferences.py wine-doors/src/preferences.py
+--- wine-doors.org/src/preferences.py	2006-12-21 08:52:46.000000000 +0000
++++ wine-doors/src/preferences.py	2006-12-24 05:47:27.000000000 +0000
+@@ -90,7 +90,7 @@
+ 		
+ 	def Default( self ):
+ 		if os.environ['USER'] == "root":
+-			self['wineroot'] = "/usr/share/wine/wineroot"
++			self['wineroot'] = "/usr/share/wine"
+ 		else:
+ 			self['wineroot'] = os.environ['HOME'] + "/.wine"
+ 		self['winebinary'] = os.popen( "which wine" ).read().rstrip()
================================================================


More information about the pld-cvs-commit mailing list