summaryrefslogtreecommitdiff
path: root/src/distutils2/command/bdist_dumb.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/distutils2/command/bdist_dumb.py')
-rw-r--r--src/distutils2/command/bdist_dumb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/distutils2/command/bdist_dumb.py b/src/distutils2/command/bdist_dumb.py
index 429725c..b36e7a3 100644
--- a/src/distutils2/command/bdist_dumb.py
+++ b/src/distutils2/command/bdist_dumb.py
@@ -85,7 +85,7 @@ class bdist_dumb (Command):
if not self.skip_build:
self.run_command('build')
- install = self.reinitialize_command('install', reinit_subcommands=1)
+ install = self.get_reinitialized_command('install', reinit_subcommands=1)
install.root = self.bdist_dir
install.skip_build = self.skip_build
install.warn_dir = 0