diff options
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 |
commit | bf413fce0137699c0aa4941a5a07858ea0cc3656 (patch) | |
tree | 59c1a9347b2e913a9fd7b31abc55bf11e64560c9 | |
parent | 3132516f087dcd6da94bbeff640ce6d754ea040c (diff) | |
download | slackbuilds-bf413fce0137699c0aa4941a5a07858ea0cc3656.tar.gz |
network/guacamole-client: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
-rw-r--r-- | network/guacamole-client/guacamole-client.SlackBuild | 4 |
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 |