From b33e789cb85647da55a89b5f23302ce011859faf Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 17 Oct 2001 06:26:53 +0000 Subject: [PATCH] SF patch #471894: Makefile installs pydoc incorrectly Add --install-scripts=$(BINDIR) argument to "setup.py install" invocation. --- Makefile.pre.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 26707e76de..b9bbeb541d 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 -- 2.50.1