diff options
author | David Spencer <baildon.research@googlemail.com> | 2013-11-24 10:54:09 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-11-24 19:23:44 +0700 |
commit | b81506ce8bdaa46375231292745ba30fb196cefa (patch) | |
tree | 07facf0297625903e1765f6b9e05f5f78ec2051c | |
parent | cc54b449210e49338515a7b5b3931394414b16c6 (diff) | |
download | slackbuilds-b81506ce8bdaa46375231292745ba30fb196cefa.tar.gz |
system/amanda: Fix typo in SlackBuild.
TAG wasn't being set correctly.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/amanda/amanda.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/amanda/amanda.SlackBuild b/system/amanda/amanda.SlackBuild index 083bdb4dd3..bd4e1eded7 100644 --- a/system/amanda/amanda.SlackBuild +++ b/system/amanda/amanda.SlackBuild @@ -34,7 +34,7 @@ PRGNAM=amanda VERSION=${VERSION:-3.3.4} BUILD=${BUILD:-1} -TAG=${TAB:-_SBo} +TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in |