diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-15 23:15:03 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:41 +0700 |
commit | 63023908a249d6a80eee59202cc38a707f9b301a (patch) | |
tree | 9ab44a00644522704b158a4b7f6e4599e5b24059 /academic/python2-kiwisolver | |
parent | ad71dbd785e04103b2e2f73b5136b3c0acd5d09d (diff) |
academic/python2-kiwisolver: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/python2-kiwisolver')
-rw-r--r-- | academic/python2-kiwisolver/python2-kiwisolver.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/python2-kiwisolver/python2-kiwisolver.SlackBuild b/academic/python2-kiwisolver/python2-kiwisolver.SlackBuild index 33fb4073a3c5..01e961c82e84 100644 --- a/academic/python2-kiwisolver/python2-kiwisolver.SlackBuild +++ b/academic/python2-kiwisolver/python2-kiwisolver.SlackBuild @@ -49,7 +49,7 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then fi TMP=${TMP:-/tmp/SBo} -PKG=${PKG:-$TMP/package-$PRGNAM} +PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} set -e |