X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=blobdiff_plain;f=wrapper.patch;h=d47990be661fc404debf988d2c6a937e36c8fda5;hb=f84ed0e2758b1bc7f95cd05b5d32b0054e209186;hp=112705737f79301705de11ac7ebaaac19708544b;hpb=2daf9ea4d9c1209c6b4de53b0e20ebc91097e079;p=packages%2FVirtualBox.git diff --git a/wrapper.patch b/wrapper.patch index 1127057..d47990b 100644 --- a/wrapper.patch +++ b/wrapper.patch @@ -24,7 +24,7 @@ - test -x /usr/lib/virtualbox/VirtualBox; then - INSTALL_DIR=/usr/lib/virtualbox + if test -f @INSTALL_DIR@/VBoxSVC && -+ test -x @INSTALL_DIR@/VBoxSVCr; then ++ test -x @INSTALL_DIR@/VBoxSVC; then + INSTALL_DIR=@INSTALL_DIR@ else - echo "Could not find VirtualBox installation. Please reinstall."