Also install the .egg-info files in Lib. This will cause wsgiref.egg-info to

be installed.
This commit is contained in:
Ronald Oussoren 2006-06-25 21:19:06 +00:00
parent 3e8d2f6e16
commit fb322cd3de
1 changed files with 1 additions and 1 deletions

View File

@ -733,7 +733,7 @@ libinstall: $(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR)
else true; \
fi; \
done
@for i in $(srcdir)/Lib/*.py $(srcdir)/Lib/*.doc; \
@for i in $(srcdir)/Lib/*.py $(srcdir)/Lib/*.doc $(srcdir)/Lib/*.egg-info ; \
do \
if test -x $$i; then \
$(INSTALL_SCRIPT) $$i $(DESTDIR)$(LIBDEST); \