[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Duplicated files in the pristine FC4t2 installation



On Mon, 2005-05-02 at 14:52 +0200, Hans de Goede wrote:
> Hmm,
> 
> Lots of pyo pyc duplicates, this should be somehow fixed in python can 
> RPM handle hardlinks iow can an rpm contain a file and hardlink to the 
> file instead of 2 copies of the file?
> 
> If rpm can handle hardlinks then this should be fixable preferrably 
> python should just create a hardlink when the pyc and pyo are the same.

You could make rpm run "hardlinks" on a directory, but the results are
pretty painful -- you wind up running it per-package, and that means
everything takes forever.

-- 
        Peter


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]