diff options
Diffstat (limited to 'system/lshw/lshw.SlackBuild')
-rw-r--r-- | system/lshw/lshw.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/system/lshw/lshw.SlackBuild b/system/lshw/lshw.SlackBuild index 82210b418f..eedba1c343 100644 --- a/system/lshw/lshw.SlackBuild +++ b/system/lshw/lshw.SlackBuild @@ -4,16 +4,14 @@ # Written by Iskar Enev <iskar.enev[@]gmail.com> PRGNAM=lshw -VERSION=B.02.15 +VERSION=B.02.16 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 |