Skip to content

Commit 25c6fbe

Browse files
committed
That line made no sense
1 parent 42fb302 commit 25c6fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pear/Makefile.frag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ install-pear-installer: $(top_builddir)/sapi/cli/php
1010

1111
install-pear:
1212
@echo "Installing PEAR environment: $(INSTALL_ROOT)$(peardir)/"
13-
@if $(srcdir)/install-pear.phar $(mkinstalldirs) $(INSTALL_ROOT)$(peardir); then \
13+
@if test -f $(srcdir)/install-pear.phar && $(mkinstalldirs) $(INSTALL_ROOT)$(peardir); then \
1414
$(MAKE) -s install-pear-installer; \
1515
else \
1616
cat $(srcdir)/install-pear.txt; \

0 commit comments

Comments
 (0)