libraries/nspluginwrapper: Fix file permissions.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2021-08-22 16:56:34 +12:00 committed by Willy Sudiarto Raharjo
parent 5320849d7b
commit 3cacb4a08f
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 2 additions and 1 deletions

View File

@ -97,8 +97,9 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
COPYING ChangeLog.pre-1-4 NEWS README TODO $CWD/README.midori \
COPYING ChangeLog.pre-1-4 NEWS README TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/README.midori > $PKG/usr/doc/$PRGNAM-$VERSION/README.midori
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install