diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2021-10-24 13:06:18 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-27 08:40:40 +0700 |
commit | cc9df662b0653669ea18773d56c810739a22ffba (patch) | |
tree | 49dddeb0b611d6592396b27ee0caf8342f5f10c6 /games/digger/digger.SlackBuild | |
parent | 8164abe45a38ac5ff8a7711d018d01dc2c02b62a (diff) |
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.SlackBuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/games/digger/digger.SlackBuild b/games/digger/digger.SlackBuild index c5bd71c0c8e45..c10142044313c 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} |