From: Guido van Rossum Date: Wed, 17 Oct 2001 06:26:53 +0000 (+0000) Subject: SF patch #471894: Makefile installs pydoc incorrectly X-Git-Tag: v2.2.1c1~1227 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b33e789cb85647da55a89b5f23302ce011859faf;p=thirdparty%2FPython%2Fcpython.git SF patch #471894: Makefile installs pydoc incorrectly Add --install-scripts=$(BINDIR) argument to "setup.py install" invocation. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 26707e76dee3..b9bbeb541d97 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -731,6 +731,7 @@ libainstall: all # This goes into $(exec_prefix) sharedinstall: ./$(PYTHON) -E $(srcdir)/setup.py install \ + --install-scripts=$(BINDIR) \ --install-platlib=$(DESTSHARED) # Install a MacOSX framework During build (before