From: Rasmus Lerdorf Date: Thu, 8 Sep 2005 09:11:10 +0000 (+0000) Subject: That line made no sense X-Git-Tag: RELEASE_1_0RC1~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25c6fbe5159a06c5031967be7a8912a2362295e7;p=php That line made no sense --- 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; \