diff options
-rw-r--r-- | development/python2-cycler/python2-cycler.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/python2-cycler/python2-cycler.SlackBuild b/development/python2-cycler/python2-cycler.SlackBuild index 10d0acb764..c5fb514f73 100644 --- a/development/python2-cycler/python2-cycler.SlackBuild +++ b/development/python2-cycler/python2-cycler.SlackBuild @@ -49,7 +49,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 |