diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-04 22:54:36 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:34 +0700 |
commit | a0d4014c491d85063816a985ec300ecad769c8b9 (patch) | |
tree | 81d07f58432197fbdd59be071467d960fdb02e41 /games/colem/colem.SlackBuild | |
parent | d21c5ec172ac6250da0eb39e38f6dbb21b2f7370 (diff) |
games/colem: Updated for version 5.6.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/colem/colem.SlackBuild')
-rw-r--r-- | games/colem/colem.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/colem/colem.SlackBuild b/games/colem/colem.SlackBuild index 272541ebbca6d..2566fcceeb2a6 100644 --- a/games/colem/colem.SlackBuild +++ b/games/colem/colem.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20211004 bkw: updated for 5.6. # 20210220 bkw: updated for 5.5. # 20201026 bkw: # - updated for 5.4. @@ -66,7 +67,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=colem -VERSION=${VERSION:-5.5} +VERSION=${VERSION:-5.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,9 +80,6 @@ if [ -z "$ARCH" ]; then esac fi -# 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 @@ -130,7 +128,7 @@ 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 {} \+ -sed -i "s/-O2/$SLKCFLAGS/" EMULib/Rules.gcc +sed -i "s/-O2/$SLKCFLAGS -fcommon/" EMULib/Rules.gcc # Make the emulator look in /usr/share/colem and ~/.colem for the # system ROMs, as well as the current directory. Without this, it's |