/usr/share/pkgconfig is for non-architecture specific modules, and /usr/lib/pkgconfig is for architecture specific modules. libdmmp.pc is architecture specific, so it belongs in /usr/lib/pkgconfig Signed-off-by: Benjamin Marzinski <bmarzins@xxxxxxxxxx> --- Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index c8b1142..8361e6c 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -62,7 +62,7 @@ mpathcmddir = $(TOPDIR)/libmpathcmd thirdpartydir = $(TOPDIR)/third-party libdmmpdir = $(TOPDIR)/libdmmp includedir = $(prefix)/usr/include -pkgconfdir = $(prefix)/usr/share/pkgconfig +pkgconfdir = $(prefix)/$(LIB)/pkgconfig GZIP = gzip -9 -c RM = rm -f -- 1.8.3.1 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel