From f2f46569e773767640b1aa26446d8f84d9cbb268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Faruk=20IRMAK?= Date: Tue, 8 Dec 2020 12:18:01 +0300 Subject: [PATCH] .pc file should be installed under PKGCONFIGDIR --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a786538..fb5429a 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ install: all destfn=$$(echo $$i | sed s:include/::g); \ install -D -m644 $$i ${DESTDIR}${INCLUDEDIR}/$$destfn; \ done - install -D -m644 ${LIBUCONTEXT_PC} ${DESTDIR}${PKGCONFIGDIR} + install -D -m644 ${LIBUCONTEXT_PC} ${DESTDIR}${PKGCONFIGDIR}/${LIBUCONTEXT_PC} install_docs: docs install -D -m644 doc/libucontext.3 ${DESTDIR}/usr/share/man/man3/libucontext.3