diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-06 16:03:13 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:38 +0700 |
commit | c93085f9c02ec341fd35d06a1e74441df095bf76 (patch) | |
tree | 7de409edeb7997b1c3eb87c7082247ca5e42422d /games/fortune-starwars | |
parent | 9f42fe3710197e40df87831ee6ddb2830f30c065 (diff) | |
download | slackbuilds-c93085f9c02ec341fd35d06a1e74441df095bf76.tar.gz |
games/fortune-starwars: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/fortune-starwars')
-rw-r--r-- | games/fortune-starwars/fortune-starwars.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/games/fortune-starwars/fortune-starwars.SlackBuild b/games/fortune-starwars/fortune-starwars.SlackBuild index a9d1bcbe49..51634b12cb 100644 --- a/games/fortune-starwars/fortune-starwars.SlackBuild +++ b/games/fortune-starwars/fortune-starwars.SlackBuild @@ -18,9 +18,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 |