summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/install_ext.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/command/install_ext.py')
-rw-r--r--Lib/distutils/command/install_ext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/install_ext.py b/Lib/distutils/command/install_ext.py
index b046dfb..f1a3e24 100644
--- a/Lib/distutils/command/install_ext.py
+++ b/Lib/distutils/command/install_ext.py
@@ -26,7 +26,7 @@ class install_ext (Command):
def finalize_options (self):
self.set_undefined_options ('install',
('build_platlib', 'build_dir'),
- ('install_site_platlib', 'install_dir'))
+ ('install_platlib', 'install_dir'))
def run (self):