diff options
-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 |