diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-11 22:55:36 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:55:36 +0200 |
commit | 280098ec662845272fbd833a2dacb512be18f560 (patch) | |
tree | 3767344fa28acd25a0b3804f4c3b9840a64b8f34 /system/virtualbox-ose/VBox.diff | |
parent | 9ef4eb0911889d19a2495c0a9752bbc9bdc9f175 (diff) | |
download | slackbuilds-280098ec662845272fbd833a2dacb512be18f560.tar.gz |
system/virtualbox-ose: Added to 12.1 repository
Diffstat (limited to 'system/virtualbox-ose/VBox.diff')
-rw-r--r-- | system/virtualbox-ose/VBox.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/virtualbox-ose/VBox.diff b/system/virtualbox-ose/VBox.diff new file mode 100644 index 0000000000..8827eba949 --- /dev/null +++ b/system/virtualbox-ose/VBox.diff @@ -0,0 +1,12 @@ +--- 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" "$@" + ;; |