From: Martin v. Löwis Date: Sun, 11 May 2003 20:28:02 +0000 (+0000) Subject: Patch #735613: Pass install-purelib to idleinstall. X-Git-Tag: v2.3c1~758 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f51526837b7edae4a4424657f0105b35e1c4648;p=python Patch #735613: Pass install-purelib to idleinstall. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 39f291709e..3bb44a4021 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -875,6 +875,7 @@ idleinstall: ./$(BUILDPYTHON) $(srcdir)/Tools/idle/setup.py install \ --check-tkinter \ --prefix=$(prefix) \ + --install-purelib=$(LIBDEST) \ --install-scripts=$(BINDIR) \ --install-platlib=$(DESTSHARED) \ --root=/$(DESTDIR)