diff options
author | Remi Collet <remi@remirepo.net> | 2023-11-13 12:14:15 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-11-13 12:14:15 +0100 |
commit | 0cb8ff26f3ee364b31e6cf3cae5ce13f4de5cdee (patch) | |
tree | 4f4621fe1762fede8dcac8052982fa4b6391670f | |
parent | 875f14b6c7f41db2f4f649dbe649136165c7ed7d (diff) |
fix check
-rw-r--r-- | php-bartlett-PHP-CompatInfo.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index df049c9..f3ea6c6 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -183,7 +183,7 @@ install -D -p -m 755 %{SOURCE1} %{buildroot}%{_datadir}/%{name}/fedora- %check -%{buildroot}%{_bindir}/phpcompatinfo --version || grep %{version} +%{buildroot}%{_bindir}/phpcompatinfo --version | grep %{version} && exit 0 %files |