[Bug 12726] wineprefixcreate fails to add fonts directory

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Apr 23 16:08:16 CDT 2008


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


Henry <nospam at thenerdshow.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|INVALID                     |WORKSFORME




--- Comment #8 from Henry <nospam at 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


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list