summaryrefslogtreecommitdiff
path: root/src/distutils2
diff options
context:
space:
mode:
author?ric Araujo <merwok@netwok.org>2010-06-04 21:05:03 +0200
committer?ric Araujo <merwok@netwok.org>2010-06-04 21:05:03 +0200
commit915a80c621d347c6cf8124d026257f4755210ac3 (patch)
tree5271483b48790b881d44dcb0bdb1bc2b1b89c0b7 /src/distutils2
parenta9f90eb3fac98c4fdf46fc794a0fca4114725262 (diff)
downloaddisutils2-915a80c621d347c6cf8124d026257f4755210ac3.tar.gz
Fix yet another RPM leftover
Diffstat (limited to 'src/distutils2')
-rw-r--r--src/distutils2/command/bdist.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/distutils2/command/bdist.py b/src/distutils2/command/bdist.py
index 27f9ec3..4352423 100644
--- a/src/distutils2/command/bdist.py
+++ b/src/distutils2/command/bdist.py
@@ -62,7 +62,7 @@ class bdist(Command):
'os2': 'zip'}
# Establish the preferred order (for the --help-formats option).
- format_commands = ['rpm', 'gztar', 'bztar', 'ztar', 'tar',
+ format_commands = ['gztar', 'bztar', 'ztar', 'tar',
'wininst', 'zip', 'msi']
# And the real information.
@@ -96,7 +96,7 @@ class bdist(Command):
# 'bdist_base' -- parent of per-built-distribution-format
# temporary directories (eg. we'll probably have
- # "build/bdist.<plat>/dumb", "build/bdist.<plat>/rpm", etc.)
+ # "build/bdist.<plat>/dumb", etc.)
if self.bdist_base is None:
build_base = self.get_finalized_command('build').build_base
self.bdist_base = os.path.join(build_base,