summaryrefslogtreecommitdiffstats
path: root/system/atool
diff options
context:
space:
mode:
author dsomero2010-05-27 10:54:30 +0200
committer David Somero2010-05-27 12:10:05 +0200
commit702dcef9c76a3c56aa4942888abb3bc238fec688 (patch)
treeefda155699e10e80d307207387217e0d7f155f08 /system/atool
parentc7a67cd9b5cb2594f842088136493100cc469169 (diff)
downloadslackbuilds-702dcef9c76a3c56aa4942888abb3bc238fec688.tar.gz
system/atool: Fixed TAG.
Diffstat (limited to 'system/atool')
-rwxr-xr-xsystem/atool/atool.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/atool/atool.SlackBuild b/system/atool/atool.SlackBuild
index abc813b929..00b64c0c9b 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}