[Bug 225654] Merge Review: control-center

bugzilla at redhat.com bugzilla at redhat.com
Mon Feb 5 21:49:36 UTC 2007


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

Summary: Merge Review: control-center


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





------- Additional Comments From rstrode at redhat.com  2007-02-05 16:49 EST -------
we already pass --disable-static so we shouldn't need to worry about .a files,
and we're being very particular about the .la files we're deleting.

I'm going to drop most of the 

rm -f $RPM_BUILD_ROOT%{_libdir}/.../*.*a

lines and replace them with 

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



-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list