[Pkg-php-commits] [php/debian-sid] Get the correct list of built-in extensions of apache2filter

Raphael Geissert geissert at debian.org
Mon Feb 22 22:26:04 UTC 2010


---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 324e6bf..46c3b20 100755
--- a/debian/rules
+++ b/debian/rules
@@ -622,7 +622,7 @@ binary-arch: build install
 	for i in apache2; do \
 		"$$i"-build/sapi/cli/php -n -r '$(BUILTIN_EXTENSION_CHECK)' \
 			>> debian/lib"$$i"-mod-php5.substvars; \
-		"$$i"-build/sapi/cli/php -n -r '$(BUILTIN_EXTENSION_CHECK)' \
+		"$$i"filter-build/sapi/cli/php -n -r '$(BUILTIN_EXTENSION_CHECK)' \
 			>> debian/lib"$$i"-mod-php5filter.substvars; \
 	done
 
-- 
1.6.3.3





More information about the Pkg-php-commits mailing list