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 | fdf84c38f47adeb91b30a7f9283a6779569f661e (patch) | |
tree | 3ee347dc23dc4949fc333343cf00457b35b27d49 | |
parent | f1e1210f2425721b4056e2855662ad83bb1b8192 (diff) |
php-phpunit-*: ignore %post scriptlet failure
-rw-r--r-- | php-phpunit-PHP-TokenStream.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-phpunit-PHP-TokenStream.spec b/php-phpunit-PHP-TokenStream.spec index 9d0aa1b..bd55b35 100644 --- a/php-phpunit-PHP-TokenStream.spec +++ b/php-phpunit-PHP-TokenStream.spec @@ -75,7 +75,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 |