Josh Triplett wrote:
From the spec file, I notice that you install the pkg-config file to
/usr/lib/pkgconfig (or equivalent), rather than /usr/share/pkgconfig (or
equivalent) as the Makefile does; any particular reason for that?
The pkgconfig file describes an architecture-specific library, so it
goes into /usr/lib/pkgconfig/$pkg.pc if its 32-bit (or the rare 64-bit
arch that uses /usr/lib), and it goes into /usr/lib64/pkgconfig/$pkg.pc
if the library is 64-bit.
/usr/share is not appropriate for architecture-specific data.
Jeff
-
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html