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 | f2277b3169a80dabf349821e902ca7afd73404d7 (patch) | |
tree | 31acde776757d1975ff1a7f84a4ea17d564ed3c8 | |
parent | 1a182f61730eb299e0c9eff92a2c2a760fdc3f2c (diff) |
php-phpunit-*: ignore %post scriptlet failure
-rw-r--r-- | php-phpunit-File-Iterator.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-phpunit-File-Iterator.spec b/php-phpunit-File-Iterator.spec index eb6cfe0..dcbaaa3 100644 --- a/php-phpunit-File-Iterator.spec +++ b/php-phpunit-File-Iterator.spec @@ -65,7 +65,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 |