diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-13 00:42:20 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:42:20 +0200 |
commit | a5ec78694960959c9aec67b28bca0f30afd46eeb (patch) | |
tree | 2830bf0c732771e5cc0bfa235dddd354ece7a588 /system/virtualbox-ose/VBox.diff | |
parent | 1d7c033e170e304dfc6245a9f3c2c0a4f18405be (diff) |
system/virtualbox-ose: Updated for version 3.1.2
Diffstat (limited to 'system/virtualbox-ose/VBox.diff')
-rw-r--r-- | system/virtualbox-ose/VBox.diff | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/system/virtualbox-ose/VBox.diff b/system/virtualbox-ose/VBox.diff deleted file mode 100644 index 8827eba949..0000000000 --- a/system/virtualbox-ose/VBox.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- VBox.sh-orig 2008-08-28 08:33:10.000000000 +0200 -+++ VBox.sh 2008-09-04 20:41:23.653351415 +0200 -@@ -88,6 +88,9 @@ - VirtualBox) - exec "$INSTALL_DIR/VirtualBox" "$@" - ;; -+ VirtualBox3) -+ exec "$INSTALL_DIR/VirtualBox3" "$@" -+ ;; - VBoxManage) - exec "$INSTALL_DIR/VBoxManage" "$@" - ;; |