Skip to content

Commit

Permalink
Pear installer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Alshanetsky committed Oct 14, 2005
1 parent a218299 commit eb28594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pear/Makefile.frag
Original file line number Diff line number Diff line change
Expand Up @@ -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)/"
Expand Down

0 comments on commit eb28594

Please sign in to comment.