Sascha Schumann wrote:
sas Tue Nov 12 12:40:38 2002 EDT
Modified files:
/php4 Makefile.global
Log:
Add missing $(INSTALL_ROOT)
Does this fix #18568?
Index: php4/Makefile.global
diff -u php4/Makefile.global:1.39 php4/Makefile.global:1.40
--- php4/Makefile.global:1.39 Thu Oct 31 09:01:58 2002
+++ php4/Makefile.global Tue Nov 12 12:40:38 2002
@@ -41,7 +41,7 @@
install-tester:
@echo "Installing regression tester: $(INSTALL_ROOT)$(PEAR_INSTALLDIR)/"
- @$(mkinstalldirs) $(PEAR_INSTALLDIR)
+ @$(mkinstalldirs) $(INSTALL_ROOT)$(PEAR_INSTALLDIR)
@$(INSTALL) -m 755 $(top_srcdir)/run-tests.php $(INSTALL_ROOT)$(PEAR_INSTALLDIR)
install-su: install-pear install-tester
--
Tal Peer
[EMAIL PROTECTED]
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php