diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-04 15:09:35 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:30 +0700 |
commit | 67e4742de4fb3b12a868a55fa76937a8241e79e0 (patch) | |
tree | 30a499fe9bbb1b89e317fc48d7692d621d2f48cf /audio | |
parent | 0f6bcdcab7a2630326f43815ea125ef7de21fcb2 (diff) |
audio/alsacap: remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/alsacap/alsacap.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/alsacap/alsacap.SlackBuild b/audio/alsacap/alsacap.SlackBuild index ca4a7ddde710..842b1af6d9bf 100644 --- a/audio/alsacap/alsacap.SlackBuild +++ b/audio/alsacap/alsacap.SlackBuild @@ -33,9 +33,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 |