From fb322cd3def2616362b5a8d11c3ef9341f673e6a Mon Sep 17 00:00:00 2001 From: Ronald Oussoren Date: Sun, 25 Jun 2006 21:19:06 +0000 Subject: [PATCH] Also install the .egg-info files in Lib. This will cause wsgiref.egg-info to be installed. --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 11a7113fc2e..3cf37227c3f 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); \