mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/otf-hermit: Fix owner & perms.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
bb328a60c8
commit
8192890bd2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue