commit f84ed0e2758b1bc7f95cd05b5d32b0054e209186
Author: Elan Ruusamäe <[email protected]>
Date:   Sun Mar 2 23:43:54 2014 +0200

    fix typo

 VirtualBox.spec | 2 +-
 wrapper.patch   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index a75c620..561269c 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -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
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."
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/VirtualBox.git/commitdiff/f84ed0e2758b1bc7f95cd05b5d32b0054e209186

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to