diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-15 14:16:41 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-29 17:07:13 +0700 |
commit | c6765443e9f7ae76e4aa1cfa41a1e5d6711c1ec8 (patch) | |
tree | 38a07fec1c9a89c1dba99ee95af1505c982bf885 /games/xroar-roms | |
parent | 48a5d146eb506c8b3374f31a3e0c11c6d5a7348a (diff) |
games/xroar-roms: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/xroar-roms')
-rw-r--r-- | games/xroar-roms/xroar-roms.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/games/xroar-roms/xroar-roms.SlackBuild b/games/xroar-roms/xroar-roms.SlackBuild index 477074ca1ce2..3bf8c6ceaec8 100644 --- a/games/xroar-roms/xroar-roms.SlackBuild +++ b/games/xroar-roms/xroar-roms.SlackBuild @@ -20,9 +20,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 |