diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2006-06-25 21:19:06 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2006-06-25 21:19:06 (GMT) |
commit | fb322cd3def2616362b5a8d11c3ef9341f673e6a (patch) | |
tree | c95fa8666c3cd20102e120eb27c851922e6a35e6 /Makefile.pre.in | |
parent | 3e8d2f6e160a29073fa41e5792814f0cb3db45ab (diff) | |
download | cpython-fb322cd3def2616362b5a8d11c3ef9341f673e6a.zip cpython-fb322cd3def2616362b5a8d11c3ef9341f673e6a.tar.gz cpython-fb322cd3def2616362b5a8d11c3ef9341f673e6a.tar.bz2 |
Also install the .egg-info files in Lib. This will cause wsgiref.egg-info to
be installed.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 11a7113..3cf3722 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); \ |