From f3125cbe00c3c90f4bb57ba6c04b85918358503d Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 17 Sep 2010 17:50:56 +0000 Subject: [PATCH] fixed. --- chise-setup-xfonts.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chise-setup-xfonts.in b/chise-setup-xfonts.in index 0e0c891..3499ca0 100755 --- a/chise-setup-xfonts.in +++ b/chise-setup-xfonts.in @@ -2,7 +2,7 @@ xset +fp @prefix@/share/emacs/fonts:unscaled xset +fp @prefix@/share/fonts/PCF/EGB:unscaled -if [ -f "@prefix@/share/fonts/TrueType/Arphic" ] +if [ -d "@prefix@/share/fonts/TrueType/Arphic" ] then xset fp+ @prefix@/share/fonts/TrueType/Arphic fi -- 1.7.10.4