summaryrefslogtreecommitdiffstats
path: root/games/notpacman/notpacman.SlackBuild
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2021-09-03 14:29:52 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-13 00:51:57 +0700
commitc9b6701e15856feb8a13ecee777ff468939a0ce2 (patch)
tree800b87c3a19a483b2e926e2bdbb8413a1cbc493c /games/notpacman/notpacman.SlackBuild
parentd48213ca20843eff612d3fb81d36465351663dc3 (diff)
downloadslackbuilds-c9b6701e15856feb8a13ecee777ff468939a0ce2.tar.gz
slackbuilds-c9b6701e15856feb8a13ecee777ff468939a0ce2.tar.xz
games/notpacman: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/notpacman/notpacman.SlackBuild')
-rw-r--r--games/notpacman/notpacman.SlackBuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/games/notpacman/notpacman.SlackBuild b/games/notpacman/notpacman.SlackBuild
index f55a608adb..daae6a1b8c 100644
--- a/games/notpacman/notpacman.SlackBuild
+++ b/games/notpacman/notpacman.SlackBuild
@@ -24,9 +24,6 @@ PKGTYPE=${PKGTYPE:-tgz}
# *.love files are just zip files full of lua code, they're cross-platform
ARCH=noarch
-# 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