From 25c6fbe5159a06c5031967be7a8912a2362295e7 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Thu, 8 Sep 2005 09:11:10 +0000 Subject: That line made no sense --- pear/Makefile.frag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pear') diff --git a/pear/Makefile.frag b/pear/Makefile.frag index 75e25ffa3c..86acc28431 100644 --- a/pear/Makefile.frag +++ b/pear/Makefile.frag @@ -10,7 +10,7 @@ install-pear-installer: $(top_builddir)/sapi/cli/php install-pear: @echo "Installing PEAR environment: $(INSTALL_ROOT)$(peardir)/" - @if $(srcdir)/install-pear.phar $(mkinstalldirs) $(INSTALL_ROOT)$(peardir); then \ + @if test -f $(srcdir)/install-pear.phar && $(mkinstalldirs) $(INSTALL_ROOT)$(peardir); then \ $(MAKE) -s install-pear-installer; \ else \ cat $(srcdir)/install-pear.txt; \ -- cgit v1.2.1