[Distutils] Patch to build RPM with Python 2.0

Andrew Kuchling akuchlin@mems-exchange.org
Tue Jan 16 11:17:07 2001


On Tue, Jan 16, 2001 at 06:47:28AM -0700, Jeremy J Kloth wrote:
>While attempting to build an RPM using distutils on Python 2.0,
>rpm complained about duplicate files.
>The following patch fixed that problem:

I've applied a modified version of this patch, using an 'if' statement
instead of the short-circuit evaluation.  Thanks!

--amk