]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
fix typo auto/th/VirtualBox-4.3.8-4
authorElan Ruusamäe <glen@delfi.ee>
Sun, 2 Mar 2014 21:43:54 +0000 (23:43 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 2 Mar 2014 21:43:54 +0000 (23:43 +0200)
VirtualBox.spec
wrapper.patch

index a75c620eaf7f434c19b9a8417122979b31e841c8..561269cb5b6c33183544cd2a5e35ca97d8fc73a6 100644 (file)
@@ -61,7 +61,7 @@ exit 1
 %define                bkpkg   %(echo %{_build_kernels} | tr , '\\n' | while read n ; do echo %%undefine alt_kernel ; [ -z "$n" ] || echo %%define alt_kernel $n ; echo %%build_kernel_pkg ; done)
 %define                ikpkg   %(echo %{_build_kernels} | tr , '\\n' | while read n ; do echo %%undefine alt_kernel ; [ -z "$n" ] || echo %%define alt_kernel $n ; echo %%install_kernel_pkg ; done)
 
-%define                rel             3
+%define                rel             4
 %define                pname           VirtualBox
 Summary:       VirtualBox - x86 hardware virtualizer
 Summary(pl.UTF-8):     VirtualBox - wirtualizator sprzętu x86
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.10714 seconds and 4 git commands to generate.