diff options
Diffstat (limited to 'development/qb64pe/qb64pe.SlackBuild')
-rw-r--r-- | development/qb64pe/qb64pe.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/development/qb64pe/qb64pe.SlackBuild b/development/qb64pe/qb64pe.SlackBuild index 38ec21afeddd0..3b19e2e30f14e 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 ) |