diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-06 16:07:38 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:38 +0700 |
commit | 149be7bbd54fca22b1a42603acfc610efea9feea (patch) | |
tree | dfbe45729896b407f474845c17a7294c207393e1 /games/fortune_firefly/fortune_firefly.SlackBuild | |
parent | 25d07c56f9c85f3ecf5ad00652ee146069e7ddb6 (diff) |
games/fortune_firefly: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/fortune_firefly/fortune_firefly.SlackBuild')
-rw-r--r-- | games/fortune_firefly/fortune_firefly.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/games/fortune_firefly/fortune_firefly.SlackBuild b/games/fortune_firefly/fortune_firefly.SlackBuild index b4af10332443..40698ef4a29f 100644 --- a/games/fortune_firefly/fortune_firefly.SlackBuild +++ b/games/fortune_firefly/fortune_firefly.SlackBuild @@ -24,9 +24,6 @@ BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -# 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 |