diff options
author | B. Watson <urchlay@slackware.uk> | 2022-06-10 13:46:08 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-18 09:09:51 +0700 |
commit | 26a83e94cfa29097613b956fef0c707c7e6bef6b (patch) | |
tree | 38de7dc8a04fc162ac8b5aa86ef9a5d9484c2a5f /games/stella/stella.SlackBuild | |
parent | bafe3bbea71de44bcb0e6e3d0894047f96a48224 (diff) | |
download | slackbuilds-26a83e94cfa29097613b956fef0c707c7e6bef6b.tar.gz |
games/stella: Updated for version 6.6.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/stella/stella.SlackBuild')
-rw-r--r-- | games/stella/stella.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/stella/stella.SlackBuild b/games/stella/stella.SlackBuild index 5817853404..cc27f11221 100644 --- a/games/stella/stella.SlackBuild +++ b/games/stella/stella.SlackBuild @@ -8,6 +8,8 @@ # Now maintained by B. Watson <urchlay@slackware.uk> +# 20220610 bkw: update for v6.6, fix doc permissions. + # 20211026 bkw: we're on -current now, so: # - update for 6.5.3. # - use g++ for the compile (clang++ lacks the -Weverything flag). @@ -56,7 +58,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=stella -VERSION=${VERSION:-6.5.3} +VERSION=${VERSION:-6.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -100,6 +102,7 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION-src.tar.xz cd $PRGNAM-$VERSION +chown -R root:root . find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ |