summaryrefslogtreecommitdiffstats
path: root/system/virtualbox/vboxdrv.sh-setup.diff
diff options
context:
space:
mode:
author Heinz Wiesinger2013-12-11 10:23:00 +0100
committer Erik Hanson2013-12-14 17:52:36 +0100
commitb8b9a1059aa39e921d8167264a22c81e88ae0aff (patch)
tree04c4ca7442be349294cdcdea27b05822871b573c /system/virtualbox/vboxdrv.sh-setup.diff
parent2b82f877dddf9b68337c47b790a5a080b04f3329 (diff)
downloadslackbuilds-b8b9a1059aa39e921d8167264a22c81e88ae0aff.tar.gz
system/virtualbox: Updated for version 4.3.4.
Added the optional dependency libvpx Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/virtualbox/vboxdrv.sh-setup.diff')
-rw-r--r--system/virtualbox/vboxdrv.sh-setup.diff18
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()
{