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

Skip to content

Commit 8f8d1d2

Browse files
committed
Patch #642020: Pass down prefix, BINDIR, and DESTSHARED to idleinstall.
1 parent dffda2e commit 8f8d1d2

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Makefile.pre.in

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,12 @@ frameworkinstallunixtools:
828828

829829
# This installs IDLE
830830
idleinstall:
831-
SRCDIR=$(srcdir) ./$(BUILDPYTHON) $(srcdir)/Tools/idle/setup.py install --check-tkinter
831+
SRCDIR=$(srcdir) \
832+
./$(BUILDPYTHON) $(srcdir)/Tools/idle/setup.py install \
833+
--check-tkinter \
834+
--prefix=$(prefix) \
835+
--install-scripts=$(BINDIR) \
836+
--install-platlib=$(DESTSHARED)
832837

833838
# Build the toplevel Makefile
834839
Makefile.pre: Makefile.pre.in config.status

0 commit comments

Comments
 (0)