diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-31 03:17:23 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:55 +0700 |
commit | 811f7dd10035a448c383b4868064bdf3bf74dde2 (patch) | |
tree | 7fa7ba310fcbec12f06034e08ef3758f8f59d600 /development/gnulib/gnulib.SlackBuild | |
parent | aedc631802952770f04611ac1a6344afd4cf9bbe (diff) | |
download | slackbuilds-811f7dd10035a448c383b4868064bdf3bf74dde2.tar.gz |
development/gnulib: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gnulib/gnulib.SlackBuild')
-rw-r--r-- | development/gnulib/gnulib.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/development/gnulib/gnulib.SlackBuild b/development/gnulib/gnulib.SlackBuild index 1eb4750aad..e5b6ca2911 100644 --- a/development/gnulib/gnulib.SlackBuild +++ b/development/gnulib/gnulib.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 |