diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-09 14:08:09 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:09 +0700 |
commit | a771903b3f3b78c6859f6e9cc0b142ab42535894 (patch) | |
tree | d06cdb38a7c66791e496728f1c566588682e95ef /graphics/bdfedit/bdfedit.SlackBuild | |
parent | a856e912abede827402bb919610755d45cad10ed (diff) |
graphics/bdfedit: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/bdfedit/bdfedit.SlackBuild')
-rw-r--r-- | graphics/bdfedit/bdfedit.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/bdfedit/bdfedit.SlackBuild b/graphics/bdfedit/bdfedit.SlackBuild index e1b2724a04324..0d1912a14b928 100644 --- a/graphics/bdfedit/bdfedit.SlackBuild +++ b/graphics/bdfedit/bdfedit.SlackBuild @@ -27,9 +27,6 @@ PKGTYPE=${PKGTYPE:-tgz} ARCH=noarch # no CFLAGS or LIBDIRSUFFIX needed here -# 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 |