We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42fb302 commit 25c6fbeCopy full SHA for 25c6fbe
pear/Makefile.frag
@@ -10,7 +10,7 @@ install-pear-installer: $(top_builddir)/sapi/cli/php
10
11
install-pear:
12
@echo "Installing PEAR environment: $(INSTALL_ROOT)$(peardir)/"
13
- @if $(srcdir)/install-pear.phar $(mkinstalldirs) $(INSTALL_ROOT)$(peardir); then \
+ @if test -f $(srcdir)/install-pear.phar && $(mkinstalldirs) $(INSTALL_ROOT)$(peardir); then \
14
$(MAKE) -s install-pear-installer; \
15
else \
16
cat $(srcdir)/install-pear.txt; \
0 commit comments