diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/peek/peek.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/peek/peek.SlackBuild b/graphics/peek/peek.SlackBuild index c55d76fb17646..f7b95125312f4 100644 --- a/graphics/peek/peek.SlackBuild +++ b/graphics/peek/peek.SlackBuild @@ -43,7 +43,7 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then exit 0 fi -TMP=${TMP:-/tmp} +TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |