diff options
author | B. Watson <yalhcru@gmail.com> | 2021-11-26 17:46:29 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-04 10:09:03 +0700 |
commit | a1f7abdd27c1c57202909f9b4c56d46f474c6158 (patch) | |
tree | 8ca03f89ce9cb4c9faed2a3003a5338c19c9ab19 /audio/qm-vamp-plugins | |
parent | 710f1ff391a750d56f2273ea8a1a39b55e1f19ee (diff) |
audio/qm-vamp-plugins: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/qm-vamp-plugins')
-rw-r--r-- | audio/qm-vamp-plugins/qm-vamp-plugins.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/qm-vamp-plugins/qm-vamp-plugins.SlackBuild b/audio/qm-vamp-plugins/qm-vamp-plugins.SlackBuild index 9a44349f47a4..341e059c0fe2 100644 --- a/audio/qm-vamp-plugins/qm-vamp-plugins.SlackBuild +++ b/audio/qm-vamp-plugins/qm-vamp-plugins.SlackBuild @@ -39,9 +39,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 |