From 2fd209a8f017986995122647c13572ba4b7fcebf Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 17 Sep 2010 16:15:59 +0000 Subject: [PATCH] (install): Install encodings.dir. --- TrueType/Arphic/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TrueType/Arphic/Makefile.in b/TrueType/Arphic/Makefile.in index 49fade7..f189989 100644 --- a/TrueType/Arphic/Makefile.in +++ b/TrueType/Arphic/Makefile.in @@ -43,7 +43,7 @@ gkai00mp.ttf: install: $(MKDIR) $(ARPHIC_FONTS_DIR) - ( $(TAR) -cf - *.ttf fonts.dir fonts.alias ) | \ + ( $(TAR) -cf - *.ttf fonts.dir encodings.dir ) | \ ( cd $(ARPHIC_FONTS_DIR) && $(TAR) -xf - ) -- 1.7.10.4