Don't create old unlocalized directories in wineprefixcreate

Richard Cohen richard at daijobu.co.uk
Mon Oct 10 03:22:39 CDT 2005


Fixes http://bugs.winehq.org/show_bug.cgi?id=2844

WinXP doesn't have these old directories & no software created in the 
last 5 years should need them. Registering shell32 will create the 
localized versions.

Apply after the previous wineprefixcreate patch.

Changelog:
Don't create old unlocalized directories in wineprefixcreate
-------------- next part --------------
diff -N -u -r -p tools/wineprefixcreate.in tools/wineprefixcreate.in
--- tools/wineprefixcreate.in	2005-10-10 09:13:29.000000000 +0100
+++ tools/wineprefixcreate.in	2005-10-09 15:47:55.000000000 +0100
@@ -131,22 +131,10 @@ CROOT="$WINEPREFIX/dosdevices/c:"
 # Create the directory tree
 
 for i in \
-    "$CROOT/My Documents" \
-    "$CROOT/My Documents/My Music" \
-    "$CROOT/My Documents/My Pictures" \
-    "$CROOT/My Documents/My Video" \
-    "$CROOT/Program Files" \
-    "$CROOT/Program Files/Common Files" \
     "$CROOT/windows" \
     "$CROOT/windows/command" \
     "$CROOT/windows/fonts" \
     "$CROOT/windows/inf" \
-    "$CROOT/windows/profiles" \
-    "$CROOT/windows/profiles/Administrator" \
-    "$CROOT/windows/Start Menu" \
-    "$CROOT/windows/Application Data" \
-    "$CROOT/windows/Start Menu/Programs" \
-    "$CROOT/windows/Start Menu/Programs/Startup" \
     "$CROOT/windows/system" \
     "$CROOT/windows/system32" \
     "$CROOT/windows/system32/drivers" \


More information about the wine-patches mailing list