Re-add line that was mistakenly removed alongside RPM support.

This reveals the need for bdist* tests.
This commit is contained in:
Éric Araujo 2011-05-31 22:38:41 +02:00
parent 9deedf696e
commit 1256a6864e
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ class bdist(Command):
for i in range(len(self.formats)):
cmd_name = commands[i]
sub_cmd = self.get_reinitialized_command(cmd_name)
sub_cmd.format = self.formats[i]
# passing the owner and group names for tar archiving
if cmd_name == 'bdist_dumb':