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 \
$(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"; \
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; \