summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author B. Watson <urchlay@slackware.uk>2023-02-14 01:31:45 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-18 10:06:58 +0700
commit0b198be56a6d52174acff270f209f96af568ad75 (patch)
tree8242d60ad5542a272084efa16f59969af3df0343 /office
parenta062a2a5c33e08b00e26713d0097d72870a98f45 (diff)
downloadslackbuilds-0b198be56a6d52174acff270f209f96af568ad75.tar.gz
slackbuilds-0b198be56a6d52174acff270f209f96af568ad75.tar.xz
office/anorack: Fix PRINT_PACKAGE_NAME.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/anorack/anorack.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/office/anorack/anorack.SlackBuild b/office/anorack/anorack.SlackBuild
index 03709ce3df..e380249ecd 100644
--- a/office/anorack/anorack.SlackBuild
+++ b/office/anorack/anorack.SlackBuild
@@ -30,6 +30,7 @@ VERSION=${VERSION:-0.2.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
+ARCH=noarch
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
@@ -39,7 +40,6 @@ fi
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-ARCH=noarch
set -e