mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-16 07:47:55 +01:00
fix permissions of copied sbopkg.SlackBuild in SlackBuild
This commit is contained in:
parent
18e5e94fe2
commit
0e8b60ee6e
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ cp -a usr/man/* $PKG/usr/man
|
|||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
(cd usr/doc && cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION)
|
||||
cp -a $CWD/sbopkg.SlackBuild $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
chown root:root $PKG/usr/doc/$PRGNAM-$VERSION/sbopkg.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
|
Loading…
Reference in a new issue