summaryrefslogtreecommitdiff
path: root/pear/Makefile.frag
diff options
context:
space:
mode:
authorMartin Jansen <mj@php.net>2002-05-10 05:40:39 +0000
committerMartin Jansen <mj@php.net>2002-05-10 05:40:39 +0000
commitcaa2dd2ce2ed751084030fb2e9efc2d7b9ed038b (patch)
treebfc31e5c52d84ca91b48fbd9bdb6eee160b0a9cc /pear/Makefile.frag
parentffce791942609b37caae439a723f07bc0f0ef58f (diff)
downloadphp-git-caa2dd2ce2ed751084030fb2e9efc2d7b9ed038b.tar.gz
* package-pear.xml has been renamed to package-PEAR.xml.
Diffstat (limited to 'pear/Makefile.frag')
-rw-r--r--pear/Makefile.frag6
1 files changed, 3 insertions, 3 deletions
diff --git a/pear/Makefile.frag b/pear/Makefile.frag
index 5c52af6b57..e3d2f02760 100644
--- a/pear/Makefile.frag
+++ b/pear/Makefile.frag
@@ -99,16 +99,16 @@ PEARCMD=$(top_builddir)/sapi/cli/php -d include_path=$(top_srcdir)/pear pear/scr
install-pear-installer: $(top_builddir)/sapi/cli/php
@if $(PEARCMD) shell-test PEAR; then \
- version=`grep '<version>' $(srcdir)/package-pear.xml|head -1|cut -d\> -f2|cut -d\< -f1`; \
+ version=`grep '<version>' $(srcdir)/package-PEAR.xml|head -1|cut -d\> -f2|cut -d\< -f1`; \
if ! $(PEARCMD) shell-test PEAR $$version; then \
echo "Found an older version of the PEAR Installer, upgrading..."; \
- $(PEARCMD) -q upgrade $(srcdir)/package-pear.xml; \
+ $(PEARCMD) -q upgrade $(srcdir)/package-PEAR.xml; \
else \
echo "No need to install or upgrade the PEAR Installer..."; \
fi; \
else \
echo "PEAR Installer not found, installing..."; \
- $(PEARCMD) -q install $(srcdir)/package-pear.xml; \
+ $(PEARCMD) -q install $(srcdir)/package-PEAR.xml; \
fi
install-pear-packages: # requires cli installed