summaryrefslogtreecommitdiff
path: root/distutils2/command/install_scripts.py
diff options
context:
space:
mode:
authorAlexis Metaireau <ametaireau@gmail.com>2010-10-17 05:15:00 +0100
committerAlexis Metaireau <ametaireau@gmail.com>2010-10-17 05:15:00 +0100
commit0b392808d7f29f3005f2abd9a31bae427ecedac5 (patch)
treede4629e75c9b1b235289d34652e9213d42574cfc /distutils2/command/install_scripts.py
parent6cbe6383303fb03e89e399b2c68289779cdd75be (diff)
downloaddisutils2-0b392808d7f29f3005f2abd9a31bae427ecedac5.tar.gz
Rename the install command from "install" to "instal_dist", to avoid any
collision with the distutils2 installer (working with dependencies).
Diffstat (limited to 'distutils2/command/install_scripts.py')
-rw-r--r--distutils2/command/install_scripts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/distutils2/command/install_scripts.py b/distutils2/command/install_scripts.py
index 3fe6f9b..b5bb897 100644
--- a/distutils2/command/install_scripts.py
+++ b/distutils2/command/install_scripts.py
@@ -33,7 +33,7 @@ class install_scripts (Command):
def finalize_options (self):
self.set_undefined_options('build', ('build_scripts', 'build_dir'))
- self.set_undefined_options('install',
+ self.set_undefined_options('install_dist',
('install_scripts', 'install_dir'),
'force', 'skip_build')