diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-16 16:48:55 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-29 17:07:14 +0700 |
commit | 3ed6a403f0703d31f48c1223311db077fdb541c9 (patch) | |
tree | 7f946f5ca59d615264be9f51585d64dea4d16239 /games/uqm/uqm.SlackBuild | |
parent | 21de5191eb56a65c4200014405c0fd14fd36ab93 (diff) |
games/uqm: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/uqm/uqm.SlackBuild')
-rw-r--r-- | games/uqm/uqm.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/games/uqm/uqm.SlackBuild b/games/uqm/uqm.SlackBuild index 6f9d3206d99c4..3fdb3f3a3dfa3 100644 --- a/games/uqm/uqm.SlackBuild +++ b/games/uqm/uqm.SlackBuild @@ -38,9 +38,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 |