diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-31 10:16:02 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:56 +0700 |
commit | 90fb3f22807b16134f5edc8f72eb39a32714882d (patch) | |
tree | 7ce5c7cccb1815615e0511ac3a4de3460041ff80 | |
parent | 2dee38de19b0cdac063177985dddca542713de63 (diff) |
development/hexinator: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/hexinator/hexinator.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/development/hexinator/hexinator.SlackBuild b/development/hexinator/hexinator.SlackBuild index 4d271a974f57..012a452a4b7a 100644 --- a/development/hexinator/hexinator.SlackBuild +++ b/development/hexinator/hexinator.SlackBuild @@ -32,9 +32,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 |