summaryrefslogtreecommitdiff
path: root/command/bdist_dumb.py
diff options
context:
space:
mode:
Diffstat (limited to 'command/bdist_dumb.py')
-rw-r--r--command/bdist_dumb.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/command/bdist_dumb.py b/command/bdist_dumb.py
index b627a86a..a135877a 100644
--- a/command/bdist_dumb.py
+++ b/command/bdist_dumb.py
@@ -81,6 +81,7 @@ class bdist_dumb (Command):
install = self.reinitialize_command('install', reinit_subcommands=1)
install.root = self.bdist_dir
install.skip_build = self.skip_build
+ install.warn_dir = 0
self.announce("installing to %s" % self.bdist_dir)
self.run_command('install')