diff options
author | Antonio Hernández Blas <hba.nihilismus@gmail.com> | 2010-05-11 22:27:07 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 22:27:07 +0200 |
commit | c3ede85143fbdfd2a0e212ae95b514d95528c221 (patch) | |
tree | 8c830e3e59c3aff832fea49764a9118ea83fcf91 /system/terminus-font/doinst.sh | |
parent | 315651fbdb548d75b4000c0b8ab9917fa7d2dd42 (diff) | |
download | slackbuilds-c3ede85143fbdfd2a0e212ae95b514d95528c221.tar.gz |
system/terminus-font: Updated for version 4.28
Diffstat (limited to 'system/terminus-font/doinst.sh')
-rw-r--r-- | system/terminus-font/doinst.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/terminus-font/doinst.sh b/system/terminus-font/doinst.sh index 5b336a942f..8014b83f37 100644 --- a/system/terminus-font/doinst.sh +++ b/system/terminus-font/doinst.sh @@ -1,7 +1,7 @@ #!/bin/sh # Update mkfontscale and mkfontdir: if [ -x /usr/bin/mkfontdir ]; then - ( cd /usr/share/fonts/local + ( cd /usr/share/fonts/misc mkfontscale . mkfontdir . ) @@ -14,12 +14,12 @@ fi # For some versions before Slackware 12.0 if [ -x /usr/X11R6/bin/mkfontdir ]; then - ( cd /usr/X11R6/lib/X11/fonts/local + ( cd /usr/X11R6/lib/X11/fonts/misc mkfontscale . mkfontdir . ) fi if [ -x /usr/X11R6/bin/fc-cache ]; then - /usr/bin/fc-cache -f + /usr/X11R6/bin/fc-cache -f fi |