diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-15 23:15:05 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:42 +0700 |
commit | 8d1a0891681e0faa35a0327af1b1d44c2c256057 (patch) | |
tree | b5f44a65c53eb19080935a27cd18f3a9731d7024 /development/erlang-otp | |
parent | f2cbff785afac9127bacc63f715675ac178cc0e0 (diff) |
development/erlang-otp: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/erlang-otp')
-rw-r--r-- | development/erlang-otp/erlang-otp.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/erlang-otp/erlang-otp.SlackBuild b/development/erlang-otp/erlang-otp.SlackBuild index 8c3df367c128d..013b16842ba5c 100644 --- a/development/erlang-otp/erlang-otp.SlackBuild +++ b/development/erlang-otp/erlang-otp.SlackBuild @@ -48,7 +48,7 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then fi TMP=${TMP:-/tmp/SBo} -PKG=${PKG:-$TMP/package-$PRGNAM} +PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then |