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
commit5b261a3f6c50682c689fab7fee3a79fc71f83636 (patch)
tree83add6d90c992607650871cc3a2c906bb86e951c
parent26f56a221eee4e7befcacde194844b889fe73a7f (diff)
php-phpunit-*: ignore %post scriptlet failure
-rw-r--r--php-phpunit-PHPUnit-Story.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-phpunit-PHPUnit-Story.spec b/php-phpunit-PHPUnit-Story.spec
index be2c346..f4c81c0 100644
--- a/php-phpunit-PHPUnit-Story.spec
+++ b/php-phpunit-PHPUnit-Story.spec
@@ -78,7 +78,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