diff options
author | Michal Bialozor <bialyy@o2.pl> | 2013-10-25 23:19:11 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-27 23:38:50 -0500 |
commit | 78347f0add26a25d5a86b0f1ed55f0f9104f6193 (patch) | |
tree | c73359cc3c2a333646367549030c4a553d849ea3 /network/zabbix_agentd/zabbix_agentd.SlackBuild | |
parent | 6b822f86419a8158f8d2bbd46758b5c57dbdcc48 (diff) | |
download | slackbuilds-78347f0add26a25d5a86b0f1ed55f0f9104f6193.tar.gz |
network/zabbix_agentd: Updated for version 2.0.8.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/zabbix_agentd/zabbix_agentd.SlackBuild')
-rw-r--r-- | network/zabbix_agentd/zabbix_agentd.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/network/zabbix_agentd/zabbix_agentd.SlackBuild b/network/zabbix_agentd/zabbix_agentd.SlackBuild index 5c8de89178..1a579d9fd5 100644 --- a/network/zabbix_agentd/zabbix_agentd.SlackBuild +++ b/network/zabbix_agentd/zabbix_agentd.SlackBuild @@ -23,14 +23,16 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=zabbix_agentd -VERSION=${VERSION:-2.0.6} +VERSION=${VERSION:-2.0.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; + # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi |