diff options
author | Erik Hanson <erik@slackbuilds.org> | 2011-03-30 17:00:58 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2011-03-30 17:00:58 -0500 |
commit | 28300d761965956492e0913de3f8a3399287238a (patch) | |
tree | 9262c48f26cc90ce9b13b4f183a447bee8987e89 /system/ncdu/ncdu.SlackBuild | |
parent | 6ba040a1bc7905a384d45e28a668e254fd724fab (diff) |
system/ncdu: Updated for version 1.7.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/ncdu/ncdu.SlackBuild')
-rw-r--r-- | system/ncdu/ncdu.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/system/ncdu/ncdu.SlackBuild b/system/ncdu/ncdu.SlackBuild index 2f1544352379..e8b1f31a5152 100644 --- a/system/ncdu/ncdu.SlackBuild +++ b/system/ncdu/ncdu.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for ncdu # -# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ncdu -VERSION=1.6 +VERSION=1.7 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 |