mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/otf-hermit: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5f4db90a18
commit
9377d43e42
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ chown -R root:root .
|
|||
chmod 644 *
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a $CWD/README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp $CWD/README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
mv $PKG/usr/share/fonts/OTF/LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
Loading…
Reference in a new issue