| commit | 9710297e365185e7cdb1a1075a6a1b3d378bd4fc | [log] [tgz] |
|---|---|---|
| author | Andrew M. Kuchling <amk@amk.ca> | Tue Jan 16 16:16:03 2001 +0000 |
| committer | Andrew M. Kuchling <amk@amk.ca> | Tue Jan 16 16:16:03 2001 +0000 |
| tree | 1684319830b3a47e5ff4017f0281ef7650d48abf | |
| parent | c00df0bbba3c0c409aada5aba82cfede08778d81 [diff] |
Modified version of a patch from Jeremy Kloth, to make .get_outputs()
produce a list of unique filenames:
"While attempting to build an RPM using distutils on Python 2.0,
rpm complained about duplicate files. The following patch fixed
that problem.