Issue #12131: Ensure that the sysconfig.cfg file, introduced by packaging,

is installed into the lib directory: prevents startup exception in site.py.
This commit is contained in:
Ned Deily 2011-05-21 16:06:58 -07:00
parent 2c40f60c32
commit 70b3ee5433
1 changed files with 1 additions and 1 deletions

View File

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