Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b33e789

Browse files
committed
SF patch #471894: Makefile installs pydoc incorrectly
Add --install-scripts=$(BINDIR) argument to "setup.py install" invocation.
1 parent f93befc commit b33e789

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile.pre.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,7 @@ libainstall: all
731731
# This goes into $(exec_prefix)
732732
sharedinstall:
733733
./$(PYTHON) -E $(srcdir)/setup.py install \
734+
--install-scripts=$(BINDIR) \
734735
--install-platlib=$(DESTSHARED)
735736

736737
# Install a MacOSX framework During build (before

0 commit comments

Comments
 (0)