parent
0748b33dfe
commit
bf8db91a63
@ -1,2 +1 @@
|
||||
wine-fonts-20050524.tar.gz
|
||||
wine-0.9.10-fe.tar.bz2
|
||||
|
@ -1,2 +1 @@
|
||||
fb216b10993cb17501efff7afa812da1 wine-fonts-20050524.tar.gz
|
||||
054e71983834d777be3271f63f8484d6 wine-0.9.10-fe.tar.bz2
|
||||
|
@ -1,27 +0,0 @@
|
||||
Index: wine/tools/wineprefixcreate.in
|
||||
===================================================================
|
||||
RCS file: /home/wine/wine/tools/wineprefixcreate.in,v
|
||||
retrieving revision 1.10
|
||||
diff -u -r1.10 wineprefixcreate.in
|
||||
--- wine/tools/wineprefixcreate.in 19 May 2005 11:12:34 -0000 1.10
|
||||
+++ wine/tools/wineprefixcreate.in 29 May 2005 00:00:00 -0000
|
||||
@@ -38,6 +38,7 @@
|
||||
|
||||
dlldir="@dlldir@"
|
||||
datadir="@datadir@/wine"
|
||||
+fontdir="@datadir@/fonts/wine"
|
||||
|
||||
do_wait=0
|
||||
quiet=0
|
||||
@@ -175,6 +176,11 @@
|
||||
link_app winhelp "$CROOT/windows/winhelp.exe"
|
||||
link_app winhelp "$CROOT/windows/winhlp32.exe"
|
||||
link_app winebrowser "$CROOT/windows/winebrowser.exe"
|
||||
+
|
||||
+# Copy the generated fonts
|
||||
+
|
||||
+cp $fontdir/*.ttf "$CROOT/windows/fonts"
|
||||
+cp $fontdir/*.fon "$CROOT/windows/fonts"
|
||||
|
||||
# Copy the .inf script and run it
|
||||
|
Loading…
Reference in new issue