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
commitc196faa6bfec00fe0658efb40eb505abe3e7c093 (patch)
tree21c52ff04662a1be2be713a15ae27bd5bdb8fcb4
parentb14d008b3636f60f4178a112af378b98437c4f7f (diff)
php-phpunit-*: ignore %post scriptlet failure
-rw-r--r--php-phpunit-PHPUnit-Selenium.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-phpunit-PHPUnit-Selenium.spec b/php-phpunit-PHPUnit-Selenium.spec
index c56462e..f9fc195 100644
--- a/php-phpunit-PHPUnit-Selenium.spec
+++ b/php-phpunit-PHPUnit-Selenium.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