diff options
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 |
commit | 8192890bd2a021469a83262411e5c6eae5f4b433 (patch) | |
tree | cc2f1e8f6bac3b23da8919ecd7bbee59a29e5461 /system/otf-hermit | |
parent | bb328a60c83b2e4f04a2041c8704f6ecdfa3412f (diff) |
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.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/otf-hermit/otf-hermit.SlackBuild b/system/otf-hermit/otf-hermit.SlackBuild index bce3375d9b26..0b2390ae69d0 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 |