[packages/ZendFramework] Use php from php-devel package

glen glen at pld-linux.org
Thu Feb 27 14:49:20 CET 2020


commit d46a9b2207a56ac2b6e45aefbabfbb1a0d6cd289
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Thu Feb 27 15:28:12 2020 +0200

    Use php from php-devel package

 ZendFramework.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ZendFramework.spec b/ZendFramework.spec
index a8de564..c47dfd3 100644
--- a/ZendFramework.spec
+++ b/ZendFramework.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ZendFramework.git/commitdiff/d46a9b2207a56ac2b6e45aefbabfbb1a0d6cd289



More information about the pld-cvs-commit mailing list