From af7bc042094a4265275b9d6db8fa33634c471860 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Apr 2014 11:38:40 +0200 Subject: php-phpunit-*: ignore %post scriptlet failure --- php-phpunit-PHP-Invoker.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-phpunit-PHP-Invoker.spec b/php-phpunit-PHP-Invoker.spec index c01e9d7..1878793 100644 --- a/php-phpunit-PHP-Invoker.spec +++ b/php-phpunit-PHP-Invoker.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 %files -- cgit