diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-27 04:16:04 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:47 +0700 |
commit | d12f2a149ddf05f843be4dbef367f9440139e41a (patch) | |
tree | c0f10ec545166af493fc5288f0c85d91f881e1f0 /system | |
parent | d4b88c771450d69ed4209a7c99d78cc88466056f (diff) |
system/cpmtools: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/cpmtools/cpmtools.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/system/cpmtools/cpmtools.SlackBuild b/system/cpmtools/cpmtools.SlackBuild index db8bdbe09f39..8608da286136 100644 --- a/system/cpmtools/cpmtools.SlackBuild +++ b/system/cpmtools/cpmtools.SlackBuild @@ -27,9 +27,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 |