diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-07 20:37:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-07 20:38:20 +0700 |
commit | da8cbe82a75b1dd7ffa798c895a4e1e27787e9e1 (patch) | |
tree | 53cf07b2312585c7d45c030a984bc282826181af /development/qb64pe | |
parent | edfdc6881637655a8d5b2ca57163bffb10428c9c (diff) |
development/qb64pe: Fix permission.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/qb64pe')
-rw-r--r--[-rwxr-xr-x] | development/qb64pe/qb64pe-launcher | 0 | ||||
-rw-r--r-- | development/qb64pe/qb64pe.SlackBuild | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/development/qb64pe/qb64pe-launcher b/development/qb64pe/qb64pe-launcher index 069b56894079..069b56894079 100755..100644 --- a/development/qb64pe/qb64pe-launcher +++ b/development/qb64pe/qb64pe-launcher diff --git a/development/qb64pe/qb64pe.SlackBuild b/development/qb64pe/qb64pe.SlackBuild index 38ec21afeddd..3b19e2e30f14 100644 --- a/development/qb64pe/qb64pe.SlackBuild +++ b/development/qb64pe/qb64pe.SlackBuild @@ -81,6 +81,7 @@ mkdir -p $PKG/usr/bin $PKG/usr/src/$PRGNAM-$VERSION $PKG/usr/share/pixmaps $PKG/ cp $CWD/$TARBALL-$VERSION.tar.gz $PKG/usr/src/$PRGNAM-$VERSION cat $CWD/qb64pe.1 | gzip -c -f > $PKG/usr/man/man1/qb64pe.1.gz cp $CWD/qb64pe-launcher $PKG/usr/bin +chmod 755 $PKG/usr/bin/qb64pe-launcher cp $CWD/qb64pe.desktop $PKG/usr/share/applications cp $CWD/qb64pe.png $PKG/usr/share/pixmaps/qb64pe.png ( cd $PKG/usr/bin ; rm -rf qb64pe ) |