diff options
author | Diogo Leal <diogo@diogoleal.com> | 2011-03-01 22:39:30 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-03-01 22:39:30 -0300 |
commit | cff69413787618901048e0b70f3ac207da5828e3 (patch) | |
tree | 811be973e9e6d9d9aea24bfd86101e9aa650f5bc /network/dnstop/dnstop.SlackBuild | |
parent | d961d103b4a3d65663ed46d132fe05684baa2a5c (diff) | |
download | slackbuilds-cff69413787618901048e0b70f3ac207da5828e3.tar.gz slackbuilds-cff69413787618901048e0b70f3ac207da5828e3.tar.xz |
network/dnstop: Updated for version 20110127.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/dnstop/dnstop.SlackBuild')
-rw-r--r-- | network/dnstop/dnstop.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/network/dnstop/dnstop.SlackBuild b/network/dnstop/dnstop.SlackBuild index e42f216ab8..25504fa57c 100644 --- a/network/dnstop/dnstop.SlackBuild +++ b/network/dnstop/dnstop.SlackBuild @@ -9,16 +9,14 @@ # http://sam.zoy.org/wtfpl/COPYING for more details. PRGNAM=dnstop -VERSION=20090128 +VERSION=20110127 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 @@ -42,7 +40,7 @@ else LIBDIRSUFFIX="" fi -set -e # Exit on most errors +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT |