summaryrefslogtreecommitdiff
path: root/pear/Makefile.frag
diff options
context:
space:
mode:
authorTomas V.V.Cox <cox@php.net>2003-06-29 20:49:09 +0000
committerTomas V.V.Cox <cox@php.net>2003-06-29 20:49:09 +0000
commitd5e365ac541f077035c6f4e88a3fe095e5cdfbc8 (patch)
tree0db79c7cd5e786e93823e083a04598c073d2f697 /pear/Makefile.frag
parent42165c12b09768dfa7cf74e95f2ba7e8fba2ee3a (diff)
downloadphp-git-d5e365ac541f077035c6f4e88a3fe095e5cdfbc8.tar.gz
Use the --with-pear=DIR, --prefix && --layout
# Will continue with the TODO in next time
Diffstat (limited to 'pear/Makefile.frag')
-rw-r--r--pear/Makefile.frag4
1 files changed, 2 insertions, 2 deletions
diff --git a/pear/Makefile.frag b/pear/Makefile.frag
index 022e80d747..6fbba54dfb 100644
--- a/pear/Makefile.frag
+++ b/pear/Makefile.frag
@@ -6,10 +6,10 @@ peardir=$(PEAR_INSTALLDIR)
PEAR_INSTALL_FLAGS = -n -dsafe_mode=0
install-pear-installer: $(top_builddir)/sapi/cli/php
- @$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) $(srcdir)/install-pear.php $(srcdir)/package-*.xml
+ @$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) $(srcdir)/install-pear.php -d "$(peardir)" $(srcdir)/package-*.xml
install-pear-packages: $(top_builddir)/sapi/cli/php
- @$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) $(srcdir)/install-pear.php $(srcdir)/packages/*.tar
+ @$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) $(srcdir)/install-pear.php -d "$(peardir)" $(srcdir)/packages/*.tar
install-pear:
@echo "Installing PEAR environment: $(INSTALL_ROOT)$(peardir)/"