From 70b3ee543313956021cbdfc919e9823eba6f300f Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Sat, 21 May 2011 16:06:58 -0700 Subject: Issue #12131: Ensure that the sysconfig.cfg file, introduced by packaging, is installed into the lib directory: prevents startup exception in site.py. --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index e8624ed..04d126f 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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); \ -- cgit v0.12