diff options
Diffstat (limited to 'system/atool')
-rwxr-xr-x | system/atool/atool.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/atool/atool.SlackBuild b/system/atool/atool.SlackBuild index abc813b9292c..00b64c0c9bb2 100755 --- a/system/atool/atool.SlackBuild +++ b/system/atool/atool.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=atool VERSION=${VERSION:-0.37.0} BUILD=${BUILD:-1} -TAG=${TAG:-_SB0} +TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -38,7 +38,7 @@ if [ -z "$ARCH" ]; then fi CWD=$(pwd) -TMP=${TMP:-/tmp/sbo} +TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |