]> granicus.if.org Git - python/commit
Fix so the 'install_libbase' directory -- where .pth files are installed --
authorGreg Ward <gward@python.net>
Mon, 7 Aug 2000 00:48:04 +0000 (00:48 +0000)
committerGreg Ward <gward@python.net>
Mon, 7 Aug 2000 00:48:04 +0000 (00:48 +0000)
commit1b024d37a7e56279db00c7d775397f19927736a9
tree16869c4dd317d4a0a9f0c064a50bf6fbbb3a6b64
parent0fd2dd6db0a279546747a43c777522b266e7734d
Fix so the 'install_libbase' directory -- where .pth files are installed --
participates in the "--root" hack, ie. it also has a new root directory
hacked on at the very last minute (essential if the .pth file is to be
included in an RPM or other smart installer!).
Lib/distutils/command/install.py