summaryrefslogtreecommitdiffstats
path: root/system/linuxconsoletools/linuxconsoletools.SlackBuild
diff options
context:
space:
mode:
author Roberto Neri2011-12-12 06:26:58 +0100
committer Niels Horn2011-12-18 03:07:46 +0100
commit1ee0a21c5ac8f7f4183401b5664c64f8302cfade (patch)
treeeaa54f6fd8867dcc851dfd6fa4c4ef116d24821c /system/linuxconsoletools/linuxconsoletools.SlackBuild
parentaf19b2e74b544d59fd711a4215c261f5ceb2ad61 (diff)
downloadslackbuilds-1ee0a21c5ac8f7f4183401b5664c64f8302cfade.tar.gz
system/linuxconsoletools: Updated for version 1.4.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/linuxconsoletools/linuxconsoletools.SlackBuild')
-rw-r--r--system/linuxconsoletools/linuxconsoletools.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/system/linuxconsoletools/linuxconsoletools.SlackBuild b/system/linuxconsoletools/linuxconsoletools.SlackBuild
index 34def8fd45..52ebebc487 100644
--- a/system/linuxconsoletools/linuxconsoletools.SlackBuild
+++ b/system/linuxconsoletools/linuxconsoletools.SlackBuild
@@ -5,16 +5,14 @@
# Written by Roberto Neri <rneri@libero.it>
PRGNAM=linuxconsoletools
-VERSION=${VERSION:-1.4rc1}
+VERSION=${VERSION:-1.4.2}
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