On Tue, 30 May 2006, glen wrote:
[..]
> - cleanup backups
[...]
> +# you'll need this if you cp -a complete dir in source
> +# cleanup backups after patching
> +find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f

Maybe it should be made in every spec? some default rpm-macro?
These files (some *.bak, *~ an many more) are not needed almoust always.

P.S.: sure, it should be detachable :)

-- 
pozdr.  Paweł Gołaszewski          jid:blues<at>jabber<dot>gda<dot>pl
--------------------------------------------------------------------------
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.
_______________________________________________
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to