From fccd37c34cbabe77d701316491b899a0eb529114 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sun, 21 Mar 2021 17:41:58 -0500 Subject: add PKGCONFIGDIR to the makefiles This allows pkgconfig files to be stored in /usr even if PREFIX is /. --- pkgconfig/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgconfig') diff --git a/pkgconfig/Makefile b/pkgconfig/Makefile index 4bf28cfb..80514d6a 100644 --- a/pkgconfig/Makefile +++ b/pkgconfig/Makefile @@ -1,4 +1,4 @@ -DIR= ${LIBDIR}/pkgconfig +DIR= ${PKGCONFIGDIR} SRCS= einfo.pc.in openrc.pc.in INC= einfo.pc openrc.pc -- cgit v1.2.3