Commit 1256a686 authored by Éric Araujo's avatar Éric Araujo

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

This reveals the need for bdist* tests.
parent 9deedf69
...@@ -128,6 +128,7 @@ class bdist(Command): ...@@ -128,6 +128,7 @@ class bdist(Command):
for i in range(len(self.formats)): for i in range(len(self.formats)):
cmd_name = commands[i] cmd_name = commands[i]
sub_cmd = self.get_reinitialized_command(cmd_name) sub_cmd = self.get_reinitialized_command(cmd_name)
sub_cmd.format = self.formats[i]
# passing the owner and group names for tar archiving # passing the owner and group names for tar archiving
if cmd_name == 'bdist_dumb': if cmd_name == 'bdist_dumb':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment