summaryrefslogtreecommitdiffstats
path: root/php-phpunit-diff.spec
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
commitfeb1c8cba47f83b2dacc0fa21472f62273944fc8 (patch)
treea81a3fc050bd5a62f3fbae61b034211d66c515aa /php-phpunit-diff.spec
parentd9e1ce4d28c979ebf5f6da7ac7ddd409271ccfe8 (diff)
php-phpunit-*: ignore %post scriptlet failure
Diffstat (limited to 'php-phpunit-diff.spec')
-rw-r--r--php-phpunit-diff.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-phpunit-diff.spec b/php-phpunit-diff.spec
index 113a341..23b09bf 100644
--- a/php-phpunit-diff.spec
+++ b/php-phpunit-diff.spec
@@ -76,7 +76,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
%files