diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-05-27 08:15:40 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-05-27 08:15:40 +0200 |
commit | 4b45d272704360fd49fba9f39507f02aecc9d4c8 (patch) | |
tree | 007fc7ce4429a50d3ba5f23675a00b69f889d17c | |
parent | 911e88706d0aef4bee176e1bf0cc8ad0cdca8ac5 (diff) |
php-phpunit-PHP-CodeCoverage: typo
-rw-r--r-- | php-phpunit-PHP-CodeCoverage.spec | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |