(install): Use "gzip -d <" instead of "zcat".
authorMORIOKA Tomohiko <tomo.git@chise.org>
Mon, 23 Jul 2012 21:48:13 +0000 (06:48 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Mon, 23 Jul 2012 21:48:13 +0000 (06:48 +0900)
BDF/JISX0213/Makefile.in

index 1ea665a..9de9551 100644 (file)
@@ -61,7 +61,7 @@ install:
        $(MKDIR) $(JISX0213_PCF_FONTS_DIR)
        for file in $(BDF_FILES) ; do \
                FONT=`basename $${file} .bdf.gz`.pcf.gz ; \
-               zcat $${file} | bdftopcf | gzip -9 \
+               gzip -d < $${file} | bdftopcf | gzip -9 \
                > $(JISX0213_PCF_FONTS_DIR)/$${FONT} ; \
        done
        cd $(JISX0213_PCF_FONTS_DIR) && mkfontdir