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 <[email protected]>  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.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to