diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2005-10-14 15:35:56 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2005-10-14 15:35:56 +0000 |
commit | eb28594aa5c244e0408736729cdf3164e9113077 (patch) | |
tree | fb5af664330b35ee5a01cd459c0b40a5fcddcbbf /pear | |
parent | a218299d6a745bf2d32ebd812b2d0263e0dc60a4 (diff) | |
download | php-git-eb28594aa5c244e0408736729cdf3164e9113077.tar.gz |
Pear installer fix
Diffstat (limited to 'pear')
-rw-r--r-- | pear/Makefile.frag | 2 |
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)/" |