diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-04-30 11:38:40 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-04-30 11:38:40 +0200 |
commit | d31903770301d927e5f32fd93ed52fcb32564fcc (patch) | |
tree | 6debdf52eead9d882d128ac002e101211fcb6692 | |
parent | 4177d730b99f820f87f7b38378cc0cbee3aa32f4 (diff) |
php-phpunit-*: ignore %post scriptlet failure
-rw-r--r-- | php-phpunit-PHP-CodeCoverage.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-phpunit-PHP-CodeCoverage.spec b/php-phpunit-PHP-CodeCoverage.spec index c8f42b2..86812a3 100644 --- a/php-phpunit-PHP-CodeCoverage.spec +++ b/php-phpunit-PHP-CodeCoverage.spec @@ -94,7 +94,7 @@ rm -rf %{buildroot} %post if [ -x %{_bindir}/pear ]; then %{_bindir}/pear uninstall --nodeps --ignore-errors --register-only \ - %{pear_channel}/%{pear_name} >/dev/null + %{pear_channel}/%{pear_name} >/dev/null || : fi |