diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-15 23:15:14 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:45 +0700 |
commit | 4fce6e5b82e5a486632c47ceef7484938996f5cd (patch) | |
tree | db9157978f8cc44e57de207dacd4196972162f98 /python/py3sensors | |
parent | 4019b4fa1c60d24e075eba28cee88568917269aa (diff) |
python/py3sensors: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/py3sensors')
-rw-r--r-- | python/py3sensors/py3sensors.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/py3sensors/py3sensors.SlackBuild b/python/py3sensors/py3sensors.SlackBuild index f83aba6b4e485..1eeb1eb239d8a 100644 --- a/python/py3sensors/py3sensors.SlackBuild +++ b/python/py3sensors/py3sensors.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 |