diff --git a/games/fortune-game_of_thrones/fortune-game_of_thrones.SlackBuild b/games/fortune-game_of_thrones/fortune-game_of_thrones.SlackBuild index 8f9eee40a0..af7d15ca68 100644 --- a/games/fortune-game_of_thrones/fortune-game_of_thrones.SlackBuild +++ b/games/fortune-game_of_thrones/fortune-game_of_thrones.SlackBuild @@ -9,6 +9,8 @@ # VERSION is the date given on the upstream site, and also the timestamp # of the zip file. +# 20230107 bkw: fix ARCH, make PRINT_PACKAGE_NAME work. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fortune-game_of_thrones @@ -16,14 +18,7 @@ VERSION=${VERSION:-20210128} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i586 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi +ARCH=noarch if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" @@ -33,7 +28,6 @@ fi TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -ARCH=noarch set -e