rasmus Thu Sep 8 05:11:13 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/pear Makefile.frag Log: That line made no sense http://cvs.php.net/diff.php/php-src/pear/Makefile.frag?r1=1.35.6.1&r2=1.35.6.2&ty=u Index: php-src/pear/Makefile.frag diff -u php-src/pear/Makefile.frag:1.35.6.1 php-src/pear/Makefile.frag:1.35.6.2 --- php-src/pear/Makefile.frag:1.35.6.1 Wed Sep 7 11:59:53 2005 +++ php-src/pear/Makefile.frag Thu Sep 8 05:11:10 2005 @@ -10,7 +10,7 @@ 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; \
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php