diff options
Diffstat (limited to 'development/python3-cycler/python3-cycler.SlackBuild')
-rw-r--r-- | development/python3-cycler/python3-cycler.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/python3-cycler/python3-cycler.SlackBuild b/development/python3-cycler/python3-cycler.SlackBuild index f9b6bc1ef3794..02013ee21d3b6 100644 --- a/development/python3-cycler/python3-cycler.SlackBuild +++ b/development/python3-cycler/python3-cycler.SlackBuild @@ -50,7 +50,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 |