diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-11-24 18:44:49 -0600 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-11-29 12:45:54 +0100 |
commit | d612e843b22acd5c602f35d061271a89864168d9 (patch) | |
tree | 157bf0ab23397115975196bee0c1590dbd68c272 /system/virtualbox-kernel/virtualbox-kernel.SlackBuild | |
parent | 48782858f73d0d26d55eef15f1ac289aed667385 (diff) | |
download | slackbuilds-d612e843b22acd5c602f35d061271a89864168d9.tar.gz |
system/virtualbox-kernel: Updated for version 3.2.10.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/virtualbox-kernel/virtualbox-kernel.SlackBuild')
-rw-r--r-- | system/virtualbox-kernel/virtualbox-kernel.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild index 53a9ee493a..ed0b5d0499 100644 --- a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild +++ b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild @@ -25,7 +25,7 @@ # Modified by SlackBuilds.org PRGNAM=virtualbox-kernel -VERSION=${VERSION:-3.2.6} +VERSION=${VERSION:-3.2.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -35,12 +35,10 @@ PKG_VERS=${VERSION}_$(echo $KERNEL | tr - _) unset ARCH -# 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 |