From 8f51526837b7edae4a4424657f0105b35e1c4648 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sun, 11 May 2003 20:28:02 +0000 Subject: [PATCH] Patch #735613: Pass install-purelib to idleinstall. --- Makefile.pre.in | 1 + 1 file changed, 1 insertion(+) 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) -- 2.50.1