summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2021-07-04 15:59:53 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2021-07-17 21:55:16 +0200
commitbf413fce0137699c0aa4941a5a07858ea0cc3656 (patch)
tree59c1a9347b2e913a9fd7b31abc55bf11e64560c9 /network
parent3132516f087dcd6da94bbeff640ce6d754ea040c (diff)
downloadslackbuilds-bf413fce0137699c0aa4941a5a07858ea0cc3656.tar.gz
slackbuilds-bf413fce0137699c0aa4941a5a07858ea0cc3656.tar.xz
network/guacamole-client: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/guacamole-client/guacamole-client.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/network/guacamole-client/guacamole-client.SlackBuild b/network/guacamole-client/guacamole-client.SlackBuild
index 4c6e5c2d1d..f23206b454 100644
--- a/network/guacamole-client/guacamole-client.SlackBuild
+++ b/network/guacamole-client/guacamole-client.SlackBuild
@@ -30,6 +30,8 @@ BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
+ARCH=noarch
+
# 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.
@@ -88,4 +90,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-noarch-$BUILD$TAG.$PKGTYPE
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE