diff options
Diffstat (limited to 'system/Sl/Sl.SlackBuild')
-rw-r--r-- | system/Sl/Sl.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/system/Sl/Sl.SlackBuild b/system/Sl/Sl.SlackBuild index 5dfca63d830d..3e7726a779c8 100644 --- a/system/Sl/Sl.SlackBuild +++ b/system/Sl/Sl.SlackBuild @@ -18,9 +18,6 @@ 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 |