projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4290094
)
Typo fix.
author
Greg Ward
<gward@python.net>
Sat, 16 Sep 2000 01:59:06 +0000
(
01:59
+0000)
committer
Greg Ward
<gward@python.net>
Sat, 16 Sep 2000 01:59:06 +0000
(
01:59
+0000)
Lib/distutils/command/install.py
patch
|
blob
|
history
diff --git
a/Lib/distutils/command/install.py
b/Lib/distutils/command/install.py
index 938922a675dbe5ff3b289310f5271dd0d6243a53..7182857d2cdd6e31ab4d7b16252c16678e158666 100644
(file)
--- a/
Lib/distutils/command/install.py
+++ b/
Lib/distutils/command/install.py
@@
-226,7
+226,7
@@
class install (Command):
# about needing recursive variable expansion (shudder).
py_version = (string.split(sys.version))[0]
-
prefix
= get_config_vars('prefix', 'exec_prefix')
+
(prefix, exec_prefix)
= get_config_vars('prefix', 'exec_prefix')
self.config_vars = {'dist_name': self.distribution.get_name(),
'dist_version': self.distribution.get_version(),
'dist_fullname': self.distribution.get_fullname(),