wineprefixcreate: Create the color directory.

oldstable
Hans Leidekker 2008-02-23 22:55:47 +01:00 committed by Alexandre Julliard
parent 675988633f
commit e9bf3241e1
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ for i in \
"$CROOT/windows/system32/drivers" \
"$CROOT/windows/system32/spool" \
"$CROOT/windows/system32/spool/drivers" \
"$CROOT/windows/system32/spool/drivers/color" \
"$CROOT/windows/temp"
do
[ -d "$i" ] || mkdir "$i"