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 | 70b6b8836b0650882427a330f1543f311a5a3db0 (patch) | |
tree | 04f6b8e79d310d64c83eea3efa81a90e0414d267 | |
parent | 76c98bb6837a537054e325831ff78e9113387075 (diff) |
php-phpunit-*: ignore %post scriptlet failure
-rw-r--r-- | php-phpunit-Text-Template.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-phpunit-Text-Template.spec b/php-phpunit-Text-Template.spec index 186f3bc..17f9970 100644 --- a/php-phpunit-Text-Template.spec +++ b/php-phpunit-Text-Template.spec @@ -71,7 +71,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 |