summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2005-09-08 09:11:10 +0000
committerRasmus Lerdorf <rasmus@php.net>2005-09-08 09:11:10 +0000
commit25c6fbe5159a06c5031967be7a8912a2362295e7 (patch)
tree84c507987a851665ca8aa747d5f16414ea492cfb /pear
parent42fb30298ca35786fb637a14d5c3381b86a5f774 (diff)
downloadphp-git-25c6fbe5159a06c5031967be7a8912a2362295e7.tar.gz
That line made no sense
Diffstat (limited to 'pear')
-rw-r--r--pear/Makefile.frag2
1 files changed, 1 insertions, 1 deletions
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; \