diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-05 14:30:31 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:34 +0700 |
commit | a4a0a0fdce8140febeb32a594e2d5a5ba0fb21f9 (patch) | |
tree | 8f57c7a9860786514664f708aea74783fef205e2 /games/bloodcm/bloodcm.SlackBuild | |
parent | 9827985d83a628f21a1fb8899d3b9ffe0d0dd073 (diff) |
games/bloodcm: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/bloodcm/bloodcm.SlackBuild')
-rw-r--r-- | games/bloodcm/bloodcm.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/games/bloodcm/bloodcm.SlackBuild b/games/bloodcm/bloodcm.SlackBuild index f9ac592f5c95..a0f146fad8db 100644 --- a/games/bloodcm/bloodcm.SlackBuild +++ b/games/bloodcm/bloodcm.SlackBuild @@ -19,9 +19,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 |