summaryrefslogtreecommitdiffstats
path: root/games/fortune_doctor_who/fortune_doctor_who.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/fortune_doctor_who/fortune_doctor_who.SlackBuild')
-rw-r--r--games/fortune_doctor_who/fortune_doctor_who.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/fortune_doctor_who/fortune_doctor_who.SlackBuild b/games/fortune_doctor_who/fortune_doctor_who.SlackBuild
index 2d44387d74..2ca1571e48 100644
--- a/games/fortune_doctor_who/fortune_doctor_who.SlackBuild
+++ b/games/fortune_doctor_who/fortune_doctor_who.SlackBuild
@@ -2,10 +2,12 @@
# Slackware build script for fortune_doctor_who
-# Written by B. Watson (yalhcru@gmail.com)
+# Written by B. Watson (urchlay@slackware.uk)
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20230107 bkw: fix PRINT_PACKAGE_NAME.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fortune_doctor_who
@@ -13,6 +15,7 @@ VERSION=${VERSION:-20200923}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
+ARCH=noarch
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
@@ -23,8 +26,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-ARCH=noarch
-
set -e
rm -rf $PKG