From 1017c44f4a8f20d96a94783195eb5414e382aa6a Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Fri, 14 Oct 2005 13:41:47 +0000 Subject: - Use the non-zlib version of the PHAR. --- pear/Makefile.frag | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pear') diff --git a/pear/Makefile.frag b/pear/Makefile.frag index 0cee2ca2aa..1bb77198d6 100644 --- a/pear/Makefile.frag +++ b/pear/Makefile.frag @@ -10,10 +10,10 @@ install-pear-installer: $(top_builddir)/sapi/cli/php install-pear: @echo "Installing PEAR environment: $(INSTALL_ROOT)$(peardir)/" - @if test ! -f $(srcdir)/install-pear.phar; then \ - wget http://pear.php.net/install-pear.phar -nd -P $(srcdir); \ + @if test ! -f $(srcdir)/install-pear-nozlib.phar; then \ + wget http://pear.php.net/install-pear-nozlib.phar -nd -P $(srcdir); \ fi - @if test -f $(srcdir)/install-pear.phar && $(mkinstalldirs) $(INSTALL_ROOT)$(peardir); then \ + @if test -f $(srcdir)/install-pear-nozlib.phar && $(mkinstalldirs) $(INSTALL_ROOT)$(peardir); then \ $(MAKE) -s install-pear-installer; \ else \ cat $(srcdir)/install-pear.txt; \ -- cgit v1.2.1