diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-05-11 20:25:35 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-05-11 20:25:35 (GMT) |
commit | 3b8ee0871e84281eb814a9302e2ab515591dd0af (patch) | |
tree | 2e33b3ebb1056bab4864b782e864eb3c886e78d9 /README | |
parent | 172d9ef47eafe6982c2c885353af761256e7b409 (diff) | |
download | cpython-3b8ee0871e84281eb814a9302e2ab515591dd0af.zip cpython-3b8ee0871e84281eb814a9302e2ab515591dd0af.tar.gz cpython-3b8ee0871e84281eb814a9302e2ab515591dd0af.tar.bz2 |
Patch #718286: Support DESTDIR.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -878,6 +878,10 @@ platform-specific files will be installed in subdirectories if the directory given by --exec-prefix or the `exec_prefix' Make variable (defaults to the --prefix directory) is given. +If DESTDIR is set, it will be taken as the root directory of the +installation, and files will be installed into $(DESTDIR)$(prefix), +$(DESTDIR)$(exec_prefix), etc. + All subdirectories created will have Python's version number in their name, e.g. the library modules are installed in "/usr/local/lib/python<version>/" by default, where <version> is the |