diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-27 04:54:30 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-27 12:10:05 +0200 |
commit | 702dcef9c76a3c56aa4942888abb3bc238fec688 (patch) | |
tree | efda155699e10e80d307207387217e0d7f155f08 /system/atool/atool.SlackBuild | |
parent | c7a67cd9b5cb2594f842088136493100cc469169 (diff) | |
download | slackbuilds-702dcef9c76a3c56aa4942888abb3bc238fec688.tar.gz |
system/atool: Fixed TAG.
Diffstat (limited to 'system/atool/atool.SlackBuild')
-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 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} |