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 | feb1c8cba47f83b2dacc0fa21472f62273944fc8 (patch) | |
tree | a81a3fc050bd5a62f3fbae61b034211d66c515aa /php-phpunit-diff.spec | |
parent | d9e1ce4d28c979ebf5f6da7ac7ddd409271ccfe8 (diff) |
php-phpunit-*: ignore %post scriptlet failure
Diffstat (limited to 'php-phpunit-diff.spec')
-rw-r--r-- | php-phpunit-diff.spec | 2 |
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 |