[Bug 537587] Review Request: dspam - bayesian filtering daemon, client, library and web ui

bugzilla at redhat.com bugzilla at redhat.com
Wed Nov 25 11:55:17 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=537587





--- Comment #32 from Itamar Reis Peixoto <itamar at ispbrasil.com.br>  2009-11-25 06:55:14 EDT ---
# remove .la files
find $RPM_BUILD_ROOT -name *.la | xargs rm -rf
# remove .a files
find $RPM_BUILD_ROOT -name *.a | xargs rm -rf


I preffer this way.

find $RPM_BUILD_ROOT -name *.la -exec rm {} \;
find $RPM_BUILD_ROOT -name *.a -exec rm {} \;

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list