From da06e11c93a752e85b7b7f7e3ef43bf7a506a7a2 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-PHPUnit-SkeletonGenerator.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php-phpunit-PHPUnit-SkeletonGenerator.spec') diff --git a/php-phpunit-PHPUnit-SkeletonGenerator.spec b/php-phpunit-PHPUnit-SkeletonGenerator.spec index 9d3f8c6..8364053 100644 --- a/php-phpunit-PHPUnit-SkeletonGenerator.spec +++ b/php-phpunit-PHPUnit-SkeletonGenerator.spec @@ -95,7 +95,7 @@ phpunit \ %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 -- cgit