diff options
Diffstat (limited to 'japanese/kanji26/files/INSTALL.tmpl')
-rw-r--r-- | japanese/kanji26/files/INSTALL.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/kanji26/files/INSTALL.tmpl b/japanese/kanji26/files/INSTALL.tmpl index c10a3d81cef2..6fa812b9fa02 100644 --- a/japanese/kanji26/files/INSTALL.tmpl +++ b/japanese/kanji26/files/INSTALL.tmpl @@ -1,8 +1,8 @@ #!/bin/sh if [ "x$2" = "xPOST-INSTALL" ]; then - cd ${PKG_PREFIX}/%%FONTSDIR%%; %%X11BASE%%/bin/mkfontdir - %%X11BASE%%/bin/xset fp rehash || + cd ${PKG_PREFIX}/%%FONTSDIR%%; %%LOCALBASE%%/bin/mkfontdir + %%LOCALBASE%%/bin/xset fp rehash || ( echo "**********************************************************" echo "You should restart X server or do 'xset fp rehash' command" |