diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2011-06-19 22:37:33 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-19 22:37:33 -0500 |
commit | 3313f5ee24fd63bda0a91aa8afb654834d5b4ed4 (patch) | |
tree | 87184f1edd3e7900bbd115f18ee9ff7c6eaacfb2 /system/virtualbox/vboxdrv.sh-setup.diff | |
parent | ff3304e00f29d4ec63deaa1f116c53fcc2527c2f (diff) | |
download | slackbuilds-3313f5ee24fd63bda0a91aa8afb654834d5b4ed4.tar.gz |
system/virtualbox: Updated for version 4.0.8.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/virtualbox/vboxdrv.sh-setup.diff')
-rw-r--r-- | system/virtualbox/vboxdrv.sh-setup.diff | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/system/virtualbox/vboxdrv.sh-setup.diff b/system/virtualbox/vboxdrv.sh-setup.diff index 56f0e61b35..1ebcb32b4c 100644 --- a/system/virtualbox/vboxdrv.sh-setup.diff +++ b/system/virtualbox/vboxdrv.sh-setup.diff @@ -1,6 +1,6 @@ ---- mnt/progs/slack/test/VirtualBox-3.2.10_OSE/src/VBox/Installer/linux/vboxdrv.sh.in 2010-10-08 22:10:25.000000000 +0200 -+++ tmp/vboxdrv.sh.in 2010-10-14 17:43:18.545000084 +0200 -@@ -43,16 +43,8 @@ +--- vboxdrv.sh.in.orig 2011-05-16 18:33:43.000000000 +0200 ++++ vboxdrv.sh.in 2011-06-12 10:10:38.074000027 +0200 +@@ -42,16 +42,8 @@ if [ -n "$INSTALL_DIR" ]; then VBOXMANAGE="$INSTALL_DIR/VBoxManage" @@ -17,7 +17,7 @@ fi # silently exit if the package was uninstalled but not purged, -@@ -284,48 +276,7 @@ +@@ -288,48 +280,7 @@ # setup_script setup() { @@ -56,7 +56,7 @@ - fi - if ! $BUILDVBOXNETADP \ - --use-module-symvers /tmp/vboxdrv-Module.symvers \ -- --no-print-directory install >> $LOG 2>&1; then +- --no-print-directory install >> $LOG 2>&1; then - failure "Look at $LOG to find out what went wrong" - fi - fi |