summaryrefslogtreecommitdiffstats
path: root/games/digger/digger.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/digger/digger.SlackBuild')
-rw-r--r--games/digger/digger.SlackBuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/games/digger/digger.SlackBuild b/games/digger/digger.SlackBuild
index c101420443..f8496d4c4b 100644
--- a/games/digger/digger.SlackBuild
+++ b/games/digger/digger.SlackBuild
@@ -39,6 +39,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}