diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-15 21:56:29 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:38 +0700 |
commit | 343c54cfabcb31766f0cc240e6354344a037e629 (patch) | |
tree | b2afb196554a5511f6c9c86d86b6c049f8bd23a7 /python/pathtools3 | |
parent | 9bd6e053a478e47dedb9b4106f621bb59be239fe (diff) |
python/pathtools3: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pathtools3')
-rw-r--r-- | python/pathtools3/pathtools3.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/python/pathtools3/pathtools3.SlackBuild b/python/pathtools3/pathtools3.SlackBuild index 8ecbdaf16f7d..92fd8ce1c8f8 100644 --- a/python/pathtools3/pathtools3.SlackBuild +++ b/python/pathtools3/pathtools3.SlackBuild @@ -41,15 +41,12 @@ 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} +TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |