summaryrefslogtreecommitdiffstats
path: root/system/otf-hermit
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2016-05-15 11:10:22 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-05-20 20:04:12 +0700
commit8192890bd2a021469a83262411e5c6eae5f4b433 (patch)
treecc2f1e8f6bac3b23da8919ecd7bbee59a29e5461 /system/otf-hermit
parentbb328a60c83b2e4f04a2041c8704f6ecdfa3412f (diff)
downloadslackbuilds-8192890bd2a021469a83262411e5c6eae5f4b433.tar.gz
slackbuilds-8192890bd2a021469a83262411e5c6eae5f4b433.tar.xz
system/otf-hermit: Fix owner & perms.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'system/otf-hermit')
-rw-r--r--system/otf-hermit/otf-hermit.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/otf-hermit/otf-hermit.SlackBuild b/system/otf-hermit/otf-hermit.SlackBuild
index bce3375d9b..0b2390ae69 100644
--- a/system/otf-hermit/otf-hermit.SlackBuild
+++ b/system/otf-hermit/otf-hermit.SlackBuild
@@ -44,8 +44,8 @@ rm -rf $PRGNAM-$VERSION
mkdir -p $PKG/usr/share/fonts/OTF/
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -C $PKG/usr/share/fonts/OTF/
cd $PKG/usr/share/fonts/OTF/
-chown root:root Hermit-*.otf
-chmod 644 Hermit-*.otf
+chown -R root:root .
+chmod 644 *
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $CWD/README $PKG/usr/doc/$PRGNAM-$VERSION