From 8f8d1d21406f4fed13a817f295a43208ff0bd645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Thu, 21 Nov 2002 20:29:57 +0000 Subject: [PATCH] Patch #642020: Pass down prefix, BINDIR, and DESTSHARED to idleinstall. --- Makefile.pre.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 8e0badcf449..251b8203f6c 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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