system/otf-hermit: Fix owner & perms.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
David Spencer 2016-05-15 11:10:22 +01:00 committed by Willy Sudiarto Raharjo
parent bb328a60c8
commit 8192890bd2

View file

@ -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