diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-08-22 16:56:34 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-25 12:11:32 +0700 |
commit | 3cacb4a08ff20692b5d2036afab386a101befcad (patch) | |
tree | 9ae4e4e30c94224de4b96df419750b6de4d19415 /libraries | |
parent | 5320849d7b5c5e159f59a058a97a2c8aa2975f09 (diff) |
libraries/nspluginwrapper: Fix file permissions.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/nspluginwrapper/nspluginwrapper.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/nspluginwrapper/nspluginwrapper.SlackBuild b/libraries/nspluginwrapper/nspluginwrapper.SlackBuild index bbd70c11d7fa..5960b732744e 100644 --- a/libraries/nspluginwrapper/nspluginwrapper.SlackBuild +++ b/libraries/nspluginwrapper/nspluginwrapper.SlackBuild @@ -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 |