diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-15 23:15:15 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:45 +0700 |
commit | 6a0181479db219829ec0c01eaf929562145fba0e (patch) | |
tree | cabcadf8ac69c0563595ad016884f34d52d7324f /python | |
parent | 4fce6e5b82e5a486632c47ceef7484938996f5cd (diff) |
python/python3-kiwisolver: 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/python3-kiwisolver/python3-kiwisolver.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-kiwisolver/python3-kiwisolver.SlackBuild b/python/python3-kiwisolver/python3-kiwisolver.SlackBuild index 9209f31fa1a3e..11cfa712aef01 100644 --- a/python/python3-kiwisolver/python3-kiwisolver.SlackBuild +++ b/python/python3-kiwisolver/python3-kiwisolver.SlackBuild @@ -47,7 +47,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 |