diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-06 15:52:03 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:36 +0700 |
commit | 5fe31aa1d845d1b983fd760ac254d53f5e4c7c1d (patch) | |
tree | 155cfdde4f5470c83b865026bf5eff8999b4821a /games/fortune-farscape | |
parent | 5955793cd3bcd36a18a53395f5057e3a9bf2a34a (diff) |
games/fortune-farscape: 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-farscape')
-rw-r--r-- | games/fortune-farscape/fortune-farscape.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/games/fortune-farscape/fortune-farscape.SlackBuild b/games/fortune-farscape/fortune-farscape.SlackBuild index b8474bace0ef..20c019bd6853 100644 --- a/games/fortune-farscape/fortune-farscape.SlackBuild +++ b/games/fortune-farscape/fortune-farscape.SlackBuild @@ -22,9 +22,6 @@ TAG=${TAG:-_SBo} 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 |