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