summaryrefslogtreecommitdiff
path: root/setuptools/command
diff options
context:
space:
mode:
authorphillip.eby <phillip.eby@6015fed2-1504-0410-9fe1-9d1591cc4771>2007-01-09 18:21:36 +0000
committerphillip.eby <phillip.eby@6015fed2-1504-0410-9fe1-9d1591cc4771>2007-01-09 18:21:36 +0000
commite021fe119ca98f96b5a3957c2a7b3903b1c08ed6 (patch)
tree16f2bba78735e5bfba5ba813c8e93f1e17622f8b /setuptools/command
parent98ffa97a6dcc43958ede8d2c8ea585f9627611b3 (diff)
downloadpython-setuptools-e021fe119ca98f96b5a3957c2a7b3903b1c08ed6.tar.gz
Argh, again.
git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@53314 6015fed2-1504-0410-9fe1-9d1591cc4771
Diffstat (limited to 'setuptools/command')
-rwxr-xr-xsetuptools/command/bdist_rpm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/bdist_rpm.py b/setuptools/command/bdist_rpm.py
index 3adecbc..8c48da3 100755
--- a/setuptools/command/bdist_rpm.py
+++ b/setuptools/command/bdist_rpm.py
@@ -18,7 +18,7 @@ class bdist_rpm(_bdist_rpm):
_bdist_rpm.move_file(self, src, dst, level)
if dst==self.dist_dir and src.endswith('.rpm'):
getattr(self.distribution,'dist_files',[]).append(
- ('bdist_egg',
+ ('bdist_rpm',
src.endswith('.src.rpm') and 'any' or sys.version[:3],
os.path.join(dst, os.path.basename(src)))
)