]> granicus.if.org Git - python/commitdiff
Issue #12131: Ensure that the sysconfig.cfg file, introduced by packaging,
authorNed Deily <nad@acm.org>
Sat, 21 May 2011 23:06:58 +0000 (16:06 -0700)
committerNed Deily <nad@acm.org>
Sat, 21 May 2011 23:06:58 +0000 (16:06 -0700)
is installed into the lib directory: prevents startup exception in site.py.

Makefile.pre.in

index e8624ed084cb628357c0a55358711c4f1b1545fe..04d126fde3d0e1d765f0ac53d34805f7625b627f 100644 (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); \