summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-04-30 11:38:40 +0200
committerRemi Collet <fedora@famillecollet.com>2014-04-30 11:38:40 +0200
commitf2277b3169a80dabf349821e902ca7afd73404d7 (patch)
tree31acde776757d1975ff1a7f84a4ea17d564ed3c8
parent1a182f61730eb299e0c9eff92a2c2a760fdc3f2c (diff)
php-phpunit-*: ignore %post scriptlet failure
-rw-r--r--php-phpunit-File-Iterator.spec2
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