diff options
author | B. Watson <yalhcru@gmail.com> | 2021-11-28 11:05:22 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-04 10:09:04 +0700 |
commit | 185772e4eb09b499b7c970e8110b7bdc7442475a (patch) | |
tree | 11d72af97518286bd4f0365794bff59aa0768744 /audio/lv2file | |
parent | dc7cc175bfbc5540a8ff585469b25291e2952db8 (diff) | |
download | slackbuilds-185772e4eb09b499b7c970e8110b7bdc7442475a.tar.gz |
audio/lv2file: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/lv2file')
-rw-r--r-- | audio/lv2file/lv2file.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/lv2file/lv2file.SlackBuild b/audio/lv2file/lv2file.SlackBuild index 64af0f35d8..dac2411db7 100644 --- a/audio/lv2file/lv2file.SlackBuild +++ b/audio/lv2file/lv2file.SlackBuild @@ -28,9 +28,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 |