aboutsummaryrefslogtreecommitdiff
path: root/libraries/gspell
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/gspell')
-rw-r--r--libraries/gspell/gspell.SlackBuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/gspell/gspell.SlackBuild b/libraries/gspell/gspell.SlackBuild
index c0057802d6f96..c1cd9313e2e2f 100644
--- a/libraries/gspell/gspell.SlackBuild
+++ b/libraries/gspell/gspell.SlackBuild
@@ -37,6 +37,11 @@ if [ -z "$ARCH" ]; then
esac
fi
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}