http://bugs.winehq.org/show_bug.cgi?id=12726
Henry nospam@thenerdshow.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |WORKSFORME
--- Comment #8 from Henry nospam@thenerdshow.com 2008-04-23 16:08:15 --- Wineprefixcreate is still not creating a fonts directory. This patch fixes it.
--- /usr/bin/wineprefixcreate.orig 2008-04-23 13:04:58.000000000 -0800 +++ /usr/bin/wineprefixcreate 2008-04-23 13:04:39.000000000 -0800 @@ -125,6 +125,7 @@ "${WINELOADER:-$bindir/wine}" wineboot.exe --update
# Copy the font files +mkdir "$CROOT/windows/fonts/" cp /usr/share/wine/fonts/* "$CROOT/windows/fonts/"
# Wait for the wineserver to finish