diff options
author | ltlnx <ltlnx@gmx.com> | 2023-05-18 23:11:26 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:11 +0700 |
commit | 9c48e9ab5d51a6cfb3d1dcc4d3335e93a2258a9e (patch) | |
tree | 00d16a2beb3a5a306d1c6de399b9a0192e064564 /system/CNS11643-font/doinst.sh | |
parent | c8385de8f9c551d5a97fea87605c254deb0667c6 (diff) |
system/CNS11643-font: Modify configs and README.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/CNS11643-font/doinst.sh')
-rw-r--r-- | system/CNS11643-font/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/CNS11643-font/doinst.sh b/system/CNS11643-font/doinst.sh index 883c47ac0a60c..b3ec374e4a45a 100644 --- a/system/CNS11643-font/doinst.sh +++ b/system/CNS11643-font/doinst.sh @@ -1,6 +1,6 @@ # Update the X font indexes: if [ -x /usr/bin/mkfontdir ]; then - ( cd /usr/share/fonts/TTF + ( cd usr/share/fonts/TTF mkfontscale . mkfontdir . ) |