diff options
| author | Martin v. Löwis <martin@v.loewis.de> | 2003-05-11 20:28:02 +0000 |
|---|---|---|
| committer | Martin v. Löwis <martin@v.loewis.de> | 2003-05-11 20:28:02 +0000 |
| commit | 8f51526837b7edae4a4424657f0105b35e1c4648 (patch) | |
| tree | 0e660b8528f70871c838d8804b8eac3b6c3f6098 | |
| parent | 3b8ee0871e84281eb814a9302e2ab515591dd0af (diff) | |
| download | cpython-git-8f51526837b7edae4a4424657f0105b35e1c4648.tar.gz | |
Patch #735613: Pass install-purelib to idleinstall.
| -rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
