summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2005-10-14 15:35:56 +0000
committerIlia Alshanetsky <iliaa@php.net>2005-10-14 15:35:56 +0000
commiteb28594aa5c244e0408736729cdf3164e9113077 (patch)
treefb5af664330b35ee5a01cd459c0b40a5fcddcbbf /pear
parenta218299d6a745bf2d32ebd812b2d0263e0dc60a4 (diff)
downloadphp-git-eb28594aa5c244e0408736729cdf3164e9113077.tar.gz
Pear installer fix
Diffstat (limited to 'pear')
-rw-r--r--pear/Makefile.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/Makefile.frag b/pear/Makefile.frag
index 1bb77198d6..492f4e1af5 100644
--- a/pear/Makefile.frag
+++ b/pear/Makefile.frag
@@ -6,7 +6,7 @@ peardir=$(PEAR_INSTALLDIR)
PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 -derror_reporting=E_ALL
install-pear-installer: $(top_builddir)/sapi/cli/php
- @$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) $(srcdir)/install-pear.phar -d "$(peardir)" -b "$(bindir)"
+ @$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) $(srcdir)/install-pear-nozlib.phar -d "$(peardir)" -b "$(bindir)"
install-pear:
@echo "Installing PEAR environment: $(INSTALL_ROOT)$(peardir)/"