From: MORIOKA Tomohiko Date: Mon, 23 Jul 2012 21:48:13 +0000 (+0900) Subject: (install): Use "gzip -d <" instead of "zcat". X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f769971e76bf9345f71169799741bb1b54a273f;p=chise%2Fchise-fonts-installer.git (install): Use "gzip -d <" instead of "zcat". --- diff --git a/BDF/JISX0213/Makefile.in b/BDF/JISX0213/Makefile.in index 1ea665a..9de9551 100644 --- a/BDF/JISX0213/Makefile.in +++ b/BDF/JISX0213/Makefile.in @@ -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