From e83a241d776d032cadecd18893b555fa363e9901 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Mon, 14 Aug 2023 11:45:50 +0200 Subject: [PATCH] Fix pkg-config installation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b681fb8..bdf561d 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ CLEANFILES+= stdthreads.pc install-pc: stdthreads.pc ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ - stdthreads.pc ${LIBDIR}/pkgconfig + stdthreads.pc ${DESTDIR}${LIBDIR}/pkgconfig realinstall: install-pc