summaryrefslogtreecommitdiffstats
path: root/system/virtualbox-kernel/virtualbox-kernel.SlackBuild
diff options
context:
space:
mode:
author Heinz Wiesinger2010-11-25 01:44:49 +0100
committer Heinz Wiesinger2010-11-29 12:45:54 +0100
commitd612e843b22acd5c602f35d061271a89864168d9 (patch)
tree157bf0ab23397115975196bee0c1590dbd68c272 /system/virtualbox-kernel/virtualbox-kernel.SlackBuild
parent48782858f73d0d26d55eef15f1ac289aed667385 (diff)
downloadslackbuilds-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.SlackBuild4
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