]> git.pld-linux.org Git - packages/VirtualBox.git/blob - wrapper.patch
use upstream installer to lay out files, setup noarch data to /usr/share
[packages/VirtualBox.git] / wrapper.patch
1 --- VirtualBox-4.3.8/src/VBox/Installer/linux/VBox.sh~  2014-02-25 19:09:10.000000000 +0200
2 +++ VirtualBox-4.3.8/src/VBox/Installer/linux/VBox.sh   2014-03-01 14:07:14.898417429 +0200
3 @@ -19,9 +19,9 @@
4  test -r "${CONFIG}" &&
5      . "${CONFIG}"
6  test -z "${INSTALL_DIR}" &&
7 -    if test -f /usr/lib/virtualbox/VirtualBox &&
8 -        test -x /usr/lib/virtualbox/VirtualBox; then
9 -        INSTALL_DIR=/usr/lib/virtualbox
10 +    if test -f @INSTALL_DIR@/VBoxSVC &&
11 +        test -x @INSTALL_DIR@/VBoxSVC; then
12 +        INSTALL_DIR=@INSTALL_DIR@
13      else
14          echo "Could not find VirtualBox installation. Please reinstall."
15          exit 1
This page took 0.032346 seconds and 4 git commands to generate.