(install): Use `gzip -9' instead of `gzip -best'.
[chise/chise-fonts-installer.git] / BDF / EGB / Makefile.in
index 0693e9d..64216a0 100644 (file)
@@ -40,7 +40,7 @@ install:
        $(MKDIR) $(EGB_PCF_FONTS_DIR)
        for file in $(BDF_FILES) ; do \
                FONT=`basename $${file} .bdf`.pcf.gz ; \
-               bdftopcf $${file} | gzip -best > $(EGB_PCF_FONTS_DIR)/$${FONT} ; \
+               bdftopcf $${file} | gzip -9 > $(EGB_PCF_FONTS_DIR)/$${FONT} ; \
        done
        ( $(TAR) -cf - fonts.alias ) | \
        ( cd $(EGB_PCF_FONTS_DIR) && $(TAR) -xf - )