Commit fb322cd3 authored by Ronald Oussoren's avatar Ronald Oussoren

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

be installed.
parent 3e8d2f6e
......@@ -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); \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment