From: Elan Ruusamäe Date: Sun, 2 Mar 2014 21:43:54 +0000 (+0200) Subject: fix typo X-Git-Tag: auto/th/VirtualBox-4.3.8-4 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?p=packages%2FVirtualBox.git;a=commitdiff_plain;h=f84ed0e2758b1bc7f95cd05b5d32b0054e209186 fix typo --- 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."