]> git.pld-linux.org Git - packages/XFree86-fonts-dos.git/blobdiff - XFree86-fonts-dos.spec
- renamed ucs2any.pl to ucs2any
[packages/XFree86-fonts-dos.git] / 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.081842 seconds and 4 git commands to generate.