summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2021-11-28 17:05:22 +0100
committer Willy Sudiarto Raharjo2021-12-04 04:09:04 +0100
commit185772e4eb09b499b7c970e8110b7bdc7442475a (patch)
tree11d72af97518286bd4f0365794bff59aa0768744
parentdc7cc175bfbc5540a8ff585469b25291e2952db8 (diff)
downloadslackbuilds-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>
-rw-r--r--audio/lv2file/lv2file.SlackBuild3
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