diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-03 14:31:16 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:58 +0700 |
commit | ecd4b6d9404cabd6365ddde3d6bd6223cbc145d4 (patch) | |
tree | 4a18ccb895a81aa6590b5971ef2b083bcb7a33d1 /games/nottetris2/nottetris2.SlackBuild | |
parent | c9b6701e15856feb8a13ecee777ff468939a0ce2 (diff) |
games/nottetris2: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/nottetris2/nottetris2.SlackBuild')
-rw-r--r-- | games/nottetris2/nottetris2.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/games/nottetris2/nottetris2.SlackBuild b/games/nottetris2/nottetris2.SlackBuild index bc4117cd91..0d10ca10fe 100644 --- a/games/nottetris2/nottetris2.SlackBuild +++ b/games/nottetris2/nottetris2.SlackBuild @@ -22,9 +22,6 @@ PKGTYPE=${PKGTYPE:-tgz} 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 |