diff options
-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 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 |