mirror of
https://github.com/python/cpython.git
synced 2026-05-28 15:16:53 -04:00
Issue #11411: Fix typo in the Makefile that prevented 'make DESTDIR=' from
working correctly with a relative path.
This commit is contained in:
+2
-2
@@ -1059,7 +1059,7 @@ sharedinstall: sharedmods
|
||||
--prefix=$(prefix) \
|
||||
--install-scripts=$(BINDIR) \
|
||||
--install-platlib=$(DESTSHARED) \
|
||||
--root=/$(DESTDIR)
|
||||
--root=$(DESTDIR)/
|
||||
|
||||
# Here are a couple of targets for MacOSX again, to install a full
|
||||
# framework-based Python. frameworkinstall installs everything, the
|
||||
@@ -1131,7 +1131,7 @@ scriptsinstall:
|
||||
./$(BUILDPYTHON) $(srcdir)/Tools/scripts/setup.py install \
|
||||
--prefix=$(prefix) \
|
||||
--install-scripts=$(BINDIR) \
|
||||
--root=/$(DESTDIR)
|
||||
--root=$(DESTDIR)/
|
||||
|
||||
# Build the toplevel Makefile
|
||||
Makefile.pre: Makefile.pre.in config.status
|
||||
|
||||
Reference in New Issue
Block a user