diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-23 03:09:49 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:35 +0700 |
commit | 69946fbdb2a6e80bb732ec2f3da1a0aad4b622c5 (patch) | |
tree | 047da5c66de5873ca7fa7c3dd151b1b38598b940 /system/triggerhappy/triggerhappy.SlackBuild | |
parent | 69104d2dc7bf4fcbc57485cbe37f3edbd0a7bf2c (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.SlackBuild | 5 |
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 |