Commit 8f8d1d21 authored by Martin v. Löwis's avatar Martin v. Löwis

Patch #642020: Pass down prefix, BINDIR, and DESTSHARED to idleinstall.

parent dffda2ea
......@@ -828,7 +828,12 @@ frameworkinstallunixtools:
# This installs IDLE
idleinstall:
SRCDIR=$(srcdir) ./$(BUILDPYTHON) $(srcdir)/Tools/idle/setup.py install --check-tkinter
SRCDIR=$(srcdir) \
./$(BUILDPYTHON) $(srcdir)/Tools/idle/setup.py install \
--check-tkinter \
--prefix=$(prefix) \
--install-scripts=$(BINDIR) \
--install-platlib=$(DESTSHARED)
# Build the toplevel Makefile
Makefile.pre: Makefile.pre.in config.status
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment