diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-22 06:45:41 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-29 17:07:22 +0700 |
commit | 682163cf3e5e65e6c1c715af6c76326238f5ae25 (patch) | |
tree | 3698dbd3582cbf67159b861fb052966370a26aab /games | |
parent | 77fda57747bf5fbf6c427359a1da8c77f68dae10 (diff) |
games/miscom: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/miscom/miscom.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/games/miscom/miscom.SlackBuild b/games/miscom/miscom.SlackBuild index 567a971d7bcf..22f579d20049 100644 --- a/games/miscom/miscom.SlackBuild +++ b/games/miscom/miscom.SlackBuild @@ -22,9 +22,6 @@ if [ -z "$ARCH" ]; then esac fi -# 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 |