]> granicus.if.org Git - python/commit
Added the "--root" option as a sort of meta-install-base; if supplied,
authorGreg Ward <gward@python.net>
Thu, 27 Apr 2000 01:56:38 +0000 (01:56 +0000)
committerGreg Ward <gward@python.net>
Thu, 27 Apr 2000 01:56:38 +0000 (01:56 +0000)
commit6a647bb910be5bd2b3dc65f464f2e3c3e87e31b2
treefcbdab7214d96a8b8dd322d60fd84e8fbf1611cd
parent67f75d4bcb3630c0f5b6761fb758072cc342157e
Added the "--root" option as a sort of meta-install-base; if supplied,
  it is forcibly prepended onto all installation directories, even if
  they are already absolute.
Added 'dump_dirs()' to clean up the debug output a bit.
Lib/distutils/command/install.py