diff options
Diffstat (limited to 'system/virtualbox/vboxdrv.sh-setup.diff')
-rw-r--r-- | system/virtualbox/vboxdrv.sh-setup.diff | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/system/virtualbox/vboxdrv.sh-setup.diff b/system/virtualbox/vboxdrv.sh-setup.diff index da6633acc3..0adf8ec237 100644 --- a/system/virtualbox/vboxdrv.sh-setup.diff +++ b/system/virtualbox/vboxdrv.sh-setup.diff @@ -1,25 +1,25 @@ ---- vboxdrv.sh.in.orig 2012-12-19 19:27:12.000000000 +0100 -+++ vboxdrv.sh.in 2013-01-06 12:33:27.291744988 +0100 -@@ -46,17 +46,13 @@ +--- VirtualBox-4.3.4.orig/src/VBox/Installer/linux/vboxdrv.sh.in 2013-11-29 20:24:07.000000000 +0100 ++++ VirtualBox-4.3.4/src/VBox/Installer/linux/vboxdrv.sh.in 2013-12-08 18:08:09.667571974 +0100 +@@ -44,17 +44,13 @@ if [ -n "$INSTALL_DIR" ]; then VBOXMANAGE="$INSTALL_DIR/VBoxManage" - MODULE_SRC="$INSTALL_DIR/src/vboxhost" else - VBOXMANAGE="/usr/lib/%PACKAGE%/VBoxManage" -- MODULE_SRC="/usr/share/%PACKAGE%/src/vboxhost" + VBOXMANAGE="/usr/lib/virtualbox/VBoxManage" +- MODULE_SRC="/usr/share/virtualbox/src/vboxhost" fi -BUILDINTMP="$MODULE_SRC/build_in_tmp" -DODKMS="$MODULE_SRC/do_dkms" # silently exit if the package was uninstalled but not purged, - # applies to Debian packages only --[ -z "$DEBIAN" -o -x $VBOXMANAGE -a -x $BUILDINTMP ] || exit 0 -+[ -z "$DEBIAN" -o -x $VBOXMANAGE ] || exit 0 + # applies to Debian packages only (but shouldn't hurt elsewhere) +-[ ! -f /etc/debian_release -o -x $VBOXMANAGE -a -x $BUILDINTMP ] || exit 0 ++[ ! -f /etc/debian_release -o -x $VBOXMANAGE ] || exit 0 if [ -n "$NOLSB" ]; then if [ -f /etc/redhat-release ]; then -@@ -297,70 +293,7 @@ +@@ -295,70 +291,7 @@ # setup_script setup() { |