From: Ronald Oussoren Date: Sun, 25 Jun 2006 21:19:06 +0000 (+0000) Subject: Also install the .egg-info files in Lib. This will cause wsgiref.egg-info to X-Git-Tag: v2.5b2~122 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb322cd3def2616362b5a8d11c3ef9341f673e6a;p=thirdparty%2FPython%2Fcpython.git Also install the .egg-info files in Lib. This will cause wsgiref.egg-info to be installed. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 11a7113fc2e0..3cf37227c3f4 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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); \