aboutsummaryrefslogtreecommitdiff
path: root/system/triggerhappy/triggerhappy.SlackBuild
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-08-23 03:09:49 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-13 00:51:35 +0700
commit69946fbdb2a6e80bb732ec2f3da1a0aad4b622c5 (patch)
tree047da5c66de5873ca7fa7c3dd151b1b38598b940 /system/triggerhappy/triggerhappy.SlackBuild
parent69104d2dc7bf4fcbc57485cbe37f3edbd0a7bf2c (diff)
system/triggerhappy: Expand/fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/triggerhappy/triggerhappy.SlackBuild')
-rw-r--r--system/triggerhappy/triggerhappy.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/system/triggerhappy/triggerhappy.SlackBuild b/system/triggerhappy/triggerhappy.SlackBuild
index 6f9b71d511b52..d2c7c71746f2d 100644
--- a/system/triggerhappy/triggerhappy.SlackBuild
+++ b/system/triggerhappy/triggerhappy.SlackBuild
@@ -10,7 +10,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=triggerhappy
VERSION=${VERSION:-0.5.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -24,9 +24,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# 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.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0