summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author B. Watson2021-09-11 01:57:17 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:52:19 +0200
commitbf483afa561c5c65dcdfcb6cb4a025980c36aa90 (patch)
tree63e11f263d8d429cb7e67a3f09e1c28be575e936 /multimedia
parent898d6dc4cc9688308e6c05dfaa2ae0dbd89d7551 (diff)
downloadslackbuilds-bf483afa561c5c65dcdfcb6cb4a025980c36aa90.tar.gz
multimedia/glyr: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/glyr/README7
-rw-r--r--multimedia/glyr/glyr.SlackBuild3
2 files changed, 4 insertions, 6 deletions
diff --git a/multimedia/glyr/README b/multimedia/glyr/README
index e37dad82d0..b3f085d3b6 100644
--- a/multimedia/glyr/README
+++ b/multimedia/glyr/README
@@ -1,3 +1,4 @@
-Glyr is a search engine for music related metadata.
-It comes in a commandline interface (glyrc) as well
-as a library (libglyr).
+glyr (a search engine for music related metadata)
+
+Glyr is a search engine for music related metadata. It comes in a
+commandline interface (glyrc) as well as a library (libglyr).
diff --git a/multimedia/glyr/glyr.SlackBuild b/multimedia/glyr/glyr.SlackBuild
index 242d3984fc..71ec056a88 100644
--- a/multimedia/glyr/glyr.SlackBuild
+++ b/multimedia/glyr/glyr.SlackBuild
@@ -54,9 +54,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