summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2023-05-16 05:15:14 +0200
committer Willy Sudiarto Raharjo2023-05-20 06:17:45 +0200
commit4fce6e5b82e5a486632c47ceef7484938996f5cd (patch)
treedb9157978f8cc44e57de207dacd4196972162f98
parent4019b4fa1c60d24e075eba28cee88568917269aa (diff)
downloadslackbuilds-4fce6e5b82e5a486632c47ceef7484938996f5cd.tar.gz
python/py3sensors: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/py3sensors/py3sensors.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/py3sensors/py3sensors.SlackBuild b/python/py3sensors/py3sensors.SlackBuild
index f83aba6b4e..1eeb1eb239 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