Commit 89d63f0b authored by Alexandre Julliard's avatar Alexandre Julliard

wineprefixcreate: Moved creation of directories to wine.inf.

parent 0ed9db27
...@@ -2215,6 +2215,11 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G" ...@@ -2215,6 +2215,11 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,wintrust.dll,1 11,,wintrust.dll,1
[FakeDllsSection] [FakeDllsSection]
; create some directories first
10,inf,
10,system,
10,temp,
11,spool\drivers\color,
10,,explorer.exe 10,,explorer.exe
10,,hh.exe 10,,hh.exe
10,,notepad.exe 10,,notepad.exe
......
...@@ -139,15 +139,7 @@ CROOT="$WINEPREFIX/dosdevices/c:" ...@@ -139,15 +139,7 @@ CROOT="$WINEPREFIX/dosdevices/c:"
for i in \ for i in \
"$CROOT/windows" \ "$CROOT/windows" \
"$CROOT/windows/command" \ "$CROOT/windows/inf"
"$CROOT/windows/fonts" \
"$CROOT/windows/inf" \
"$CROOT/windows/system" \
"$CROOT/windows/system32" \
"$CROOT/windows/system32/spool" \
"$CROOT/windows/system32/spool/drivers" \
"$CROOT/windows/system32/spool/drivers/color" \
"$CROOT/windows/temp"
do do
[ -d "$i" ] || mkdir "$i" [ -d "$i" ] || mkdir "$i"
done done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment