[Python-checkins] r53314 - sandbox/trunk/setuptools/setuptools/command/bdist_rpm.py

phillip.eby python-checkins at python.org
Tue Jan 9 19:21:36 CET 2007


Author: phillip.eby
Date: Tue Jan  9 19:21:36 2007
New Revision: 53314

Modified:
   sandbox/trunk/setuptools/setuptools/command/bdist_rpm.py
Log:
Argh, again.


Modified: sandbox/trunk/setuptools/setuptools/command/bdist_rpm.py
==============================================================================
--- sandbox/trunk/setuptools/setuptools/command/bdist_rpm.py	(original)
+++ sandbox/trunk/setuptools/setuptools/command/bdist_rpm.py	Tue Jan  9 19:21:36 2007
@@ -18,7 +18,7 @@
             _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)))
                 )


More information about the Python-checkins mailing list