diff options
author | B. Watson <yalhcru@gmail.com> | 2021-11-24 16:28:56 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-04 10:08:59 +0700 |
commit | 33ed966254ababd8767a5870d2ec75b343269511 (patch) | |
tree | 0936f4bcf7554fdbfd73a3496610f995567224c6 /libraries/zita-convolver/zita-convolver.SlackBuild | |
parent | 6c31f48ec1298ba8f940ab5ab806492955ac4541 (diff) | |
download | slackbuilds-33ed966254ababd8767a5870d2ec75b343269511.tar.gz |
libraries/zita-convolver: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/zita-convolver/zita-convolver.SlackBuild')
-rw-r--r-- | libraries/zita-convolver/zita-convolver.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libraries/zita-convolver/zita-convolver.SlackBuild b/libraries/zita-convolver/zita-convolver.SlackBuild index 258a6837fc..fd870f322f 100644 --- a/libraries/zita-convolver/zita-convolver.SlackBuild +++ b/libraries/zita-convolver/zita-convolver.SlackBuild @@ -30,9 +30,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 |