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 | 6587310711353d50d4d02a1b6a94178eaa0dc6cb (patch) | |
tree | fd0c45af67db4ecbb8ac9de4024050e75437e293 | |
parent | 7e00d03465eccc255e348cb20b0c273a985b4efb (diff) |
php-phpunit-*: ignore %post scriptlet failure
-rw-r--r-- | php-phpunit-exporter.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-phpunit-exporter.spec b/php-phpunit-exporter.spec index 43ceccc..a1c8a35 100644 --- a/php-phpunit-exporter.spec +++ b/php-phpunit-exporter.spec @@ -84,7 +84,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 |