SOURCES (DEVEL): fop-font-install.sh - use mkfontdir instead of ttmkfdir

pawelz pawelz at pld-linux.org
Mon Dec 29 18:15:47 CET 2008


Author: pawelz                       Date: Mon Dec 29 17:15:47 2008 GMT
Module: SOURCES                       Tag: DEVEL
---- Log message:
- use mkfontdir instead of ttmkfdir

---- Files affected:
SOURCES:
   fop-font-install.sh (1.2.2.1 -> 1.2.2.2) 

---- Diffs:

================================================================
Index: SOURCES/fop-font-install.sh
diff -u SOURCES/fop-font-install.sh:1.2.2.1 SOURCES/fop-font-install.sh:1.2.2.2
--- SOURCES/fop-font-install.sh:1.2.2.1	Mon Dec 29 17:42:51 2008
+++ SOURCES/fop-font-install.sh	Mon Dec 29 18:15:41 2008
@@ -2,7 +2,7 @@
 
 FONTDIR=/usr/share/fonts
 TTF_DIR=$FONTDIR/TTF
-TTF_TOOL=/usr/bin/ttmkfdir
+TTF_TOOL=/usr/bin/mkfontdir
 FOP_CONF=$FONTDIR/fop-font.config
 
 CLASSPATH=$(build-classpath fop jimi xml-apis xalan xercesImpl commons-logging commons-io xmlgraphics-commons)
@@ -14,7 +14,7 @@
 done
 
 # create configuration file
-$TTF_TOOL -d $TTF_DIR | awk '
+$TTF_TOOL $TTF_DIR | awk '
     BEGIN { 
         print "<configuration>" 
         print "<fonts>"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/fop-font-install.sh?r1=1.2.2.1&r2=1.2.2.2&f=u



More information about the pld-cvs-commit mailing list