]> git.pld-linux.org Git - packages/XFree86-fonts-dos.git/commitdiff
- renamed ucs2any.pl to ucs2any
authoraverne <averne@pld-linux.org>
Sat, 10 Jan 2004 23:29:07 +0000 (23:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XFree86-fonts-dos.spec -> 1.9

XFree86-fonts-dos.spec

index 950d3a59efa5874dd55ae86cdd7006f4f0aa1d54..64fe5e2b03867e8fbff38b728aae679799113ef6 100644 (file)
@@ -241,12 +241,12 @@ for i in *.bdf
 do
        for j in 737 775 850 852 855 857 860 861 862 863 864 865 866 869 874
        do
-               ucs2any.pl $i map-CP$j-0 CP$j-0
+               ucs2any $i map-CP$j-0 CP$j-0
                name=`basename $i .bdf`-CP$j-0
                bdftopcf -t $name.bdf | gzip -9 > $name.pcf.gz
                rm -f $name.bdf
        done
-       ucs2any.pl $i map-Mazovia-0 Mazovia-0
+       ucs2any $i map-Mazovia-0 Mazovia-0
        name=`basename $i .bdf`-Mazovia-0
        bdftopcf -t $name.bdf | gzip -9 > $name.pcf.gz
        rm -f $name.bdf
This page took 0.0715209999999999 seconds and 4 git commands to generate.