diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-02 17:13:59 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:29 +0700 |
commit | 4ea1b0d27f66ce09a985fa676a13de8bbc57ecd8 (patch) | |
tree | 6dd5073a36afc49259c01d98ce11fd3af43f7d0e /audio/jack1/jack1.SlackBuild | |
parent | 2d1f290cb05f4cab979d0e05a4924e587af7c58d (diff) |
audio/jack1: remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/jack1/jack1.SlackBuild')
-rw-r--r-- | audio/jack1/jack1.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/jack1/jack1.SlackBuild b/audio/jack1/jack1.SlackBuild index 2b2896b66425..db70ec3728e4 100644 --- a/audio/jack1/jack1.SlackBuild +++ b/audio/jack1/jack1.SlackBuild @@ -50,9 +50,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 |