diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-10 19:57:17 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:19 +0700 |
commit | bf483afa561c5c65dcdfcb6cb4a025980c36aa90 (patch) | |
tree | 63e11f263d8d429cb7e67a3f09e1c28be575e936 | |
parent | 898d6dc4cc9688308e6c05dfaa2ae0dbd89d7551 (diff) | |
download | slackbuilds-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>
-rw-r--r-- | multimedia/glyr/README | 7 | ||||
-rw-r--r-- | multimedia/glyr/glyr.SlackBuild | 3 |
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 |