diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-12 01:52:31 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:44 +0700 |
commit | 75434b54b1243fd7910656039c01cead321d7ba9 (patch) | |
tree | 5cbd1acf7d427376ef9cce3c39d7c1be4afd4582 /perl/perl-audio-sndfile/perl-audio-sndfile.SlackBuild | |
parent | f4750430e5b7fcb119c75ef988120f88ec67b596 (diff) |
perl/perl-audio-sndfile: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-audio-sndfile/perl-audio-sndfile.SlackBuild')
-rw-r--r-- | perl/perl-audio-sndfile/perl-audio-sndfile.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl/perl-audio-sndfile/perl-audio-sndfile.SlackBuild b/perl/perl-audio-sndfile/perl-audio-sndfile.SlackBuild index 843ab9a7e945f..dd986caa8d7bd 100644 --- a/perl/perl-audio-sndfile/perl-audio-sndfile.SlackBuild +++ b/perl/perl-audio-sndfile/perl-audio-sndfile.SlackBuild @@ -24,9 +24,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 |