summaryrefslogtreecommitdiffstats
path: root/games/digger/digger.SlackBuild
diff options
context:
space:
mode:
author Johannes Schoepfer2021-10-24 13:06:18 +0200
committer Willy Sudiarto Raharjo2021-10-27 03:40:40 +0200
commitcc9df662b0653669ea18773d56c810739a22ffba (patch)
tree49dddeb0b611d6592396b27ee0caf8342f5f10c6 /games/digger/digger.SlackBuild
parent8164abe45a38ac5ff8a7711d018d01dc2c02b62a (diff)
downloadslackbuilds-cc9df662b0653669ea18773d56c810739a22ffba.tar.gz
games/digger: Take over maintenance.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/digger/digger.SlackBuild')
-rw-r--r--games/digger/digger.SlackBuild9
1 files changed, 1 insertions, 8 deletions
diff --git a/games/digger/digger.SlackBuild b/games/digger/digger.SlackBuild
index c5bd71c0c8..c101420443 100644
--- a/games/digger/digger.SlackBuild
+++ b/games/digger/digger.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for digger
# Copyright 2011-2021 Petar Petrov slackalaxy@gmail.com
+# Copyright 2021 Johannes Schoepfer, Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -38,14 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# 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
-fi
-
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}