]> git.pld-linux.org Git - packages/VirtualBox.git/blobdiff - wrapper.patch
fix typo
[packages/VirtualBox.git] / wrapper.patch
index 112705737f79301705de11ac7ebaaac19708544b..d47990be661fc404debf988d2c6a937e36c8fda5 100644 (file)
@@ -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."
This page took 0.024609 seconds and 4 git commands to generate.