]> granicus.if.org Git - python/commit
Changed the default installation directory for data files (used by
authorGreg Ward <gward@python.net>
Sat, 24 Jun 2000 17:22:39 +0000 (17:22 +0000)
committerGreg Ward <gward@python.net>
Sat, 24 Jun 2000 17:22:39 +0000 (17:22 +0000)
commitfa2f4b6d8e297eda09d8ee52dc4a3600b7d458e7
treebf58cf5ae3b5344d371d9b268244f707333ea1ff
parent9aa668b03a7ea6b0011c159d3ab5b5242a69d579
Changed the default installation directory for data files (used by
the "install_data" command to the installation base, which is usually just
sys.prefix.  (Any setup scripts out there that specify data files will have
to set the installation directory, relative to the base, explicitly.)
Lib/distutils/command/install.py