]> git.pld-linux.org Git - packages/ZendFramework.git/commitdiff
Use php from php-devel package master
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 27 Feb 2020 13:28:12 +0000 (15:28 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 27 Feb 2020 13:28:12 +0000 (15:28 +0200)
ZendFramework.spec

index a8de564ed0a06ae76053d8e1e1cc66a0e5411032..c47dfd3a45d54bc9898c608c52a6b7dacb28e03f 100644 (file)
@@ -1770,7 +1770,7 @@ find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
 %if %{with tests}
 lint_php() {
        for a in $(find library -name '*.php'); do
-               php -n -l $a
+               %{__php} -n -l $a
        done
 }
 lint_php
This page took 0.099193 seconds and 4 git commands to generate.