Module: wine Branch: master Commit: e9bf3241e11fc37ece2c4dcc1e144279b991dafc URL: http://source.winehq.org/git/wine.git/?a=commit;h=e9bf3241e11fc37ece2c4dcc1e...
Author: Hans Leidekker hans@it.vu.nl Date: Sat Feb 23 22:55:47 2008 +0100
wineprefixcreate: Create the color directory.
---
tools/wineprefixcreate.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tools/wineprefixcreate.in b/tools/wineprefixcreate.in index fb60140..d43330d 100644 --- a/tools/wineprefixcreate.in +++ b/tools/wineprefixcreate.in @@ -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"