diff options
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 5b336a942fa24..8014b83f37efb 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 |