projects
/
chise
/
chise-fonts-installer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b86723
)
(install): Use "gzip -d <" instead of "zcat".
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Mon, 23 Jul 2012 21:48:13 +0000
(06:48 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Mon, 23 Jul 2012 21:48:13 +0000
(06:48 +0900)
BDF/JISX0213/Makefile.in
patch
|
blob
|
history
diff --git
a/BDF/JISX0213/Makefile.in
b/BDF/JISX0213/Makefile.in
index
1ea665a
..
9de9551
100644
(file)
--- 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