diff options
author | B. Watson <yalhcru@gmail.com> | 2021-11-24 15:10:31 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-04 10:08:58 +0700 |
commit | 4432c3fa4b29f61905897384c3edd256c151bcee (patch) | |
tree | 265d623982f1e87736533c0906ed34889926eec9 /libraries/glktermw/glktermw.SlackBuild | |
parent | 2afddf57b64ff4fc3b85c7e22eb130ada2e3c6e0 (diff) |
libraries/glktermw: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/glktermw/glktermw.SlackBuild')
-rw-r--r-- | libraries/glktermw/glktermw.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libraries/glktermw/glktermw.SlackBuild b/libraries/glktermw/glktermw.SlackBuild index a0928637c4b8..00c81f53b959 100644 --- a/libraries/glktermw/glktermw.SlackBuild +++ b/libraries/glktermw/glktermw.SlackBuild @@ -42,9 +42,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 |