summaryrefslogtreecommitdiffstats
path: root/network/dnstop/dnstop.SlackBuild
diff options
context:
space:
mode:
author Diogo Leal2011-03-02 02:39:30 +0100
committer Niels Horn2011-03-02 02:39:30 +0100
commitcff69413787618901048e0b70f3ac207da5828e3 (patch)
tree811be973e9e6d9d9aea24bfd86101e9aa650f5bc /network/dnstop/dnstop.SlackBuild
parentd961d103b4a3d65663ed46d132fe05684baa2a5c (diff)
downloadslackbuilds-cff69413787618901048e0b70f3ac207da5828e3.tar.gz
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.SlackBuild6
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