1b8aa44
--- tools/wineprefixcreate.in.orig	2006-04-03 10:04:18.000000000 +0200
1b8aa44
+++ tools/wineprefixcreate.in	2006-04-03 10:06:20.000000000 +0200
1b8aa44
@@ -170,6 +170,9 @@
1b8aa44
 export WINEPREFIX
1b8aa44
 "${WINELOADER:-wine}" rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf
1b8aa44
 
1b8aa44
+# Copy the font files
1b8aa44
+cp /usr/share/wine/fonts/* "$CROOT/windows/fonts/"
1b8aa44
+
1b8aa44
 # Wait for the wineserver to finish
1b8aa44
 
1b8aa44
 if [ $do_wait = 1 ]