Skip to content

Commit

Permalink
- Use the non-zlib version of the PHAR.
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Rethans committed Oct 14, 2005
1 parent a03039b commit 1017c44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pear/Makefile.frag
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit 1017c44

Please sign in to comment.