diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-07-20 09:21:33 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-07-21 01:43:05 -0500 |
commit | 19fcad79c22355e6284dda2f98539f687884a1fa (patch) | |
tree | 9d5968ce006378b2df4f4dacd286b463d22afb37 /system/virtualbox-kernel/virtualbox-kernel.SlackBuild | |
parent | 7949f262c6a78da7b2215c10d1ce7e1961897801 (diff) |
system/virtualbox-kernel: Updated for version 3.2.6.
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 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild index eab70738c25b..53a9ee493a32 100644 --- a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild +++ b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild @@ -25,14 +25,13 @@ # Modified by SlackBuilds.org PRGNAM=virtualbox-kernel -VERSION=${VERSION:-3.1.6} +VERSION=${VERSION:-3.2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} KERNEL=${KERNEL:-$(uname -r)} KERNELPATH=${KERNELPATH:-/lib/modules/$KERNEL/build} PKG_VERS=${VERSION}_$(echo $KERNEL | tr - _) -PKG_ARCH=$ARCH unset ARCH @@ -46,6 +45,8 @@ if [ -z "$ARCH" ]; then esac fi +PKG_ARCH=$ARCH + CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=${PKG:-$TMP/package-$PRGNAM} |