summaryrefslogtreecommitdiffstats
path: root/php-phpunit-PHPUnit-SkeletonGenerator.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-04-30 11:38:40 +0200
committerRemi Collet <fedora@famillecollet.com>2014-04-30 11:38:40 +0200
commitda06e11c93a752e85b7b7f7e3ef43bf7a506a7a2 (patch)
tree6021ce7311d709e6e4933fb3b7d6c77d79c77ad8 /php-phpunit-PHPUnit-SkeletonGenerator.spec
parentc0f4bdbe50b6a14bad4e4795e7ccbe09e5eccd9f (diff)
php-phpunit-*: ignore %post scriptlet failure
Diffstat (limited to 'php-phpunit-PHPUnit-SkeletonGenerator.spec')
-rw-r--r--php-phpunit-PHPUnit-SkeletonGenerator.spec2
1 files changed, 1 insertions, 1 deletions
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