You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
411 B
13 lines
411 B
--- tools/wineprefixcreate.in.orig 2006-04-03 10:04:18.000000000 +0200
|
|
+++ tools/wineprefixcreate.in 2006-04-03 10:06:20.000000000 +0200
|
|
@@ -170,6 +170,9 @@
|
|
export WINEPREFIX
|
|
"${WINELOADER:-wine}" rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf
|
|
|
|
+# Copy the font files
|
|
+cp /usr/share/wine/fonts/* "$CROOT/windows/fonts/"
|
|
+
|
|
# Wait for the wineserver to finish
|
|
|
|
if [ $do_wait = 1 ]
|