From 4b45d272704360fd49fba9f39507f02aecc9d4c8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 May 2014 08:15:40 +0200 Subject: php-phpunit-PHP-CodeCoverage: typo --- php-phpunit-PHP-CodeCoverage.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php-phpunit-PHP-CodeCoverage.spec b/php-phpunit-PHP-CodeCoverage.spec index c05bdc2..5504c9d 100644 --- a/php-phpunit-PHP-CodeCoverage.spec +++ b/php-phpunit-PHP-CodeCoverage.spec @@ -73,6 +73,7 @@ phpab \ --template %{SOURCE1} \ src + %install rm -rf %{buildroot} mkdir -p %{buildroot}%{php_home} @@ -81,7 +82,7 @@ cp -pr src %{buildroot}%{php_home}/PHP %if %{with_tests} %check -# to ensure current version will be used (instead of installed one) +# to ensure current version is used (instead of installed one) ln -s src PHP phpunit \ -- cgit