diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-15 19:32:59 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:37 +0700 |
commit | 2eb06d46b24a9cc088a59d0249f573708684b6a7 (patch) | |
tree | ce8d1c27886ca0f5a18ed57db8487e0efbc1cb85 | |
parent | be74a9ce621ac57eadb590b39eba3b661819ec1a (diff) |
network/psi-plus: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/psi-plus/psi-plus.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/psi-plus/psi-plus.SlackBuild b/network/psi-plus/psi-plus.SlackBuild index 8e0f5c063827..5afe5acb2a0f 100644 --- a/network/psi-plus/psi-plus.SlackBuild +++ b/network/psi-plus/psi-plus.SlackBuild @@ -47,7 +47,7 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then exit 0 fi -TMP=${TMP:-/tmp/$TAG} +TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |