diff options
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 56f0e61b35ec5..1ebcb32b4c203 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 |