diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-23 14:55:01 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:36 +0700 |
commit | a7f926e67d91feec8b7687697af8cf9c03a86800 (patch) | |
tree | bbc15d21df32a21fce21f15093603a47f0b0a4dd | |
parent | 04a2dfd617f8be86fd8eef53a6bf807cc57a78bb (diff) |
system/solarize-12x29-psf: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/solarize-12x29-psf/solarize-12x29-psf.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/system/solarize-12x29-psf/solarize-12x29-psf.SlackBuild b/system/solarize-12x29-psf/solarize-12x29-psf.SlackBuild index 918251ce1487..38d1f6eaa3e1 100644 --- a/system/solarize-12x29-psf/solarize-12x29-psf.SlackBuild +++ b/system/solarize-12x29-psf/solarize-12x29-psf.SlackBuild @@ -15,9 +15,7 @@ TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} ARCH=noarch -# 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 |