diff options
author | Remi Collet <remi@remirepo.net> | 2018-10-12 12:27:06 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-10-12 12:27:06 +0200 |
commit | ddca35bbb79b5167f130bbb31f4088aa9e640c05 (patch) | |
tree | 55235c5a4d4da1a51fb0c5dbc415af5cabdaedae | |
parent | 713d30d24359862d74e4d06be4782ee059b499d4 (diff) |
minor
-rw-r--r-- | php-bartlett-php-compatinfo-db.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index 693f69d..2879eae 100644 --- a/php-bartlett-php-compatinfo-db.spec +++ b/php-bartlett-php-compatinfo-db.spec @@ -186,6 +186,7 @@ install -D -p -m 644 data/compatinfo.sqlite %{buildroot}%{_datadir}/%{name} %check export BARTLETT_COMPATINFO_DB=%{buildroot}%{_datadir}/%{name}/compatinfo.sqlite +# remirepo:6 VER=$(php -r "echo PHP_MAJOR_VERSION . PHP_MINOR_VERSION;") if [ $VER -lt 72 ]; then # because of polyfill |