diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-15 23:15:10 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:43 +0700 |
commit | ebd891a891754f3e74a99424561c1e4b6c0c57c8 (patch) | |
tree | 382256b4c892f3cfbd5d1612eb438622468cec40 /libraries | |
parent | bb3e939d4f332166567b817b04a2101020bce16d (diff) |
libraries/CondConfigParser: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/CondConfigParser/CondConfigParser.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/CondConfigParser/CondConfigParser.SlackBuild b/libraries/CondConfigParser/CondConfigParser.SlackBuild index 50c09dd3ecd79..35c34df94ff68 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 |