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 | 06eb544594ad504167aa84eca4918c5b46d07a85 (patch) | |
tree | 7ca3557443c76510ede7e200121a527b276a4021 | |
parent | a0609777dcb2f1808e0ab246fd602e979ff26064 (diff) |
php-phpunit-*: ignore %post scriptlet failure
-rw-r--r-- | php-phpunit-PHPUnit-MockObject.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-phpunit-PHPUnit-MockObject.spec b/php-phpunit-PHPUnit-MockObject.spec index ef66ce0..6753272 100644 --- a/php-phpunit-PHPUnit-MockObject.spec +++ b/php-phpunit-PHPUnit-MockObject.spec @@ -86,7 +86,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 |