mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
SF patch #471894: Makefile installs pydoc incorrectly
Add --install-scripts=$(BINDIR) argument to "setup.py install" invocation.
This commit is contained in:
parent
f93befc209
commit
b33e789cb8
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue