From e21d3feec8de1faa8edb002a7594651a2aed5e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikko=20V=C3=A4rri?= Date: Sun, 15 Aug 2010 19:04:19 -0400 Subject: development/kiwi: Updated for version 1.9.26. Signed-off-by: dsomero --- development/kiwi/kiwi.SlackBuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'development/kiwi/kiwi.SlackBuild') diff --git a/development/kiwi/kiwi.SlackBuild b/development/kiwi/kiwi.SlackBuild index 91d85df0c9..e6685d45cd 100644 --- a/development/kiwi/kiwi.SlackBuild +++ b/development/kiwi/kiwi.SlackBuild @@ -2,20 +2,18 @@ # Slackware build script for kiwi -# Written by Mikko Varri (vmj@linuxbox.fi) +# Written by Mikko Värri (vmj@linuxbox.fi) # Public domain PRGNAM=kiwi -VERSION=${VERSION:-1.9.23} +VERSION=${VERSION:-1.9.26} 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 -- cgit v1.2.3