diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-15 23:32:41 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:49 +0700 |
commit | 104346c8d95a422b36dbfbb10226a67760d352ef (patch) | |
tree | cc6f13330c8a0583dd33bbc522b8ae75bf7673d5 /python | |
parent | a7df6320ccf5a03389d4b968280be97c7ce25ce5 (diff) |
python/python2-elib.intl: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python2-elib.intl/python2-elib.intl.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/python/python2-elib.intl/python2-elib.intl.SlackBuild b/python/python2-elib.intl/python2-elib.intl.SlackBuild index f67541479246c..3a1dec9831adf 100644 --- a/python/python2-elib.intl/python2-elib.intl.SlackBuild +++ b/python/python2-elib.intl/python2-elib.intl.SlackBuild @@ -29,16 +29,13 @@ 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=${PKG:-$TMP/package-$SRC_NAME} +PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} set -e |