summaryrefslogtreecommitdiffstats
path: root/games/asteroidsinfinity
diff options
context:
space:
mode:
author B. Watson2021-10-04 11:08:39 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:52:31 +0200
commitb12818a08be1704a1a9c2bbf53055f52f2cb5226 (patch)
tree4ab0b6ab2ae7a02946e4e11a8694311e4af65069 /games/asteroidsinfinity
parentb9525eaa65ba9f9c81828ecb5ef200a70ffdbb1c (diff)
downloadslackbuilds-b12818a08be1704a1a9c2bbf53055f52f2cb5226.tar.gz
games/asteroidsinfinity: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/asteroidsinfinity')
-rw-r--r--games/asteroidsinfinity/asteroidsinfinity.SlackBuild10
1 files changed, 2 insertions, 8 deletions
diff --git a/games/asteroidsinfinity/asteroidsinfinity.SlackBuild b/games/asteroidsinfinity/asteroidsinfinity.SlackBuild
index 1e1478f9ac..075aba90ff 100644
--- a/games/asteroidsinfinity/asteroidsinfinity.SlackBuild
+++ b/games/asteroidsinfinity/asteroidsinfinity.SlackBuild
@@ -16,9 +16,6 @@ PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -39,11 +36,8 @@ rm -rf $SRCNAM
unzip $CWD/$SRCNAM$VERSION.zip
cd $SRCNAM
chown -R root:root .
-find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
+ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
mkdir -p \
$PKG/usr/share/games/$PRGNAM \