diff options
author | Eugene M <damagedone@gmx.com> | 2021-02-26 20:27:18 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-27 08:24:29 +0700 |
commit | 70232465a0a5f3fc52c04b886d78e40b901a16d6 (patch) | |
tree | 4ecfbadde2617c21fac114fcc7585b7bc5cfd950 /system/Iosevka-slab/doinst.sh | |
parent | 38c4d4ba7fe716ac5d444cbaa2fbb2d8287e54ed (diff) |
system/Iosevka-slab: Updated for version 5.0.2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/Iosevka-slab/doinst.sh')
-rw-r--r-- | system/Iosevka-slab/doinst.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/Iosevka-slab/doinst.sh b/system/Iosevka-slab/doinst.sh index 2909ee40e118f..f0ffee7710944 100644 --- a/system/Iosevka-slab/doinst.sh +++ b/system/Iosevka-slab/doinst.sh @@ -1,9 +1,9 @@ # Update the X font indexes: if [ -x /usr/bin/mkfontdir ]; then - ( cd /usr/share/fonts/TTF - mkfontscale . - mkfontdir . + ( cd usr/share/fonts/TTF + /usr/bin/mkfontscale . + /usr/bin/mkfontdir . ) [ -x /usr/bin/fc-cache ] && /usr/bin/fc-cache -f |