summaryrefslogtreecommitdiff
path: root/pear/Makefile.frag
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2002-03-31 00:32:00 +0000
committerStig Bakken <ssb@php.net>2002-03-31 00:32:00 +0000
commitc5d35962d23df3ecedaf9892bf9a4d495840c5f1 (patch)
tree1cbbf43457f5b38245f93217b0bcbf755a863242 /pear/Makefile.frag
parent03c82d38efe376455e55a7433f45754cf537fbbd (diff)
downloadphp-git-c5d35962d23df3ecedaf9892bf9a4d495840c5f1.tar.gz
* install PEAR/Command/Remote.php
Diffstat (limited to 'pear/Makefile.frag')
-rw-r--r--pear/Makefile.frag5
1 files changed, 3 insertions, 2 deletions
diff --git a/pear/Makefile.frag b/pear/Makefile.frag
index 2c65355a22..ccda521498 100644
--- a/pear/Makefile.frag
+++ b/pear/Makefile.frag
@@ -76,7 +76,7 @@ PEAR_FILES = \
PEAR/Command/Install.php \
PEAR/Command/Package.php \
PEAR/Command/Registry.php \
- PEAR/CommandResponse.php \
+ PEAR/Command/Remote.php \
PEAR/Frontend/CLI.php \
PEAR/Common.php \
PEAR/Config.php \
@@ -96,7 +96,7 @@ install-pear:
$(mkinstalldirs) $(INSTALL_ROOT)$(peardir)/$$i; \
done; \
for dir in PEAR/CommandUI; do \
- test -d $(INSTALL_ROOT)$(peardir)/$$dir && rmdir $(INSTALL_ROOT)$(peardir)/$$dir; \
+ test -d $(INSTALL_ROOT)$(peardir)/$$dir && rm -rf $(INSTALL_ROOT)$(peardir)/$$dir; \
done; \
for i in $(PEAR_FILES); do \
echo "Installing $$i"; \
@@ -105,6 +105,7 @@ install-pear:
done; \
rm -f $(INSTALL_ROOT)$(peardir)/PEAR/Command/Login.php; \
rm -f $(INSTALL_ROOT)$(peardir)/PEAR/CommandUI/CLI.php; \
+ rm -f $(INSTALL_ROOT)$(peardir)/PEAR/CommandResponse.php; \
else \
cat $(srcdir)/install-pear.txt; \
exit 5; \