summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2023-05-16 05:15:10 +0200
committer Willy Sudiarto Raharjo2023-05-20 06:17:43 +0200
commitebd891a891754f3e74a99424561c1e4b6c0c57c8 (patch)
tree382256b4c892f3cfbd5d1612eb438622468cec40
parentbb3e939d4f332166567b817b04a2101020bce16d (diff)
downloadslackbuilds-ebd891a891754f3e74a99424561c1e4b6c0c57c8.tar.gz
libraries/CondConfigParser: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/CondConfigParser/CondConfigParser.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/CondConfigParser/CondConfigParser.SlackBuild b/libraries/CondConfigParser/CondConfigParser.SlackBuild
index 50c09dd3ec..35c34df94f 100644
--- a/libraries/CondConfigParser/CondConfigParser.SlackBuild
+++ b/libraries/CondConfigParser/CondConfigParser.SlackBuild
@@ -45,7 +45,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