add PKGCONFIGDIR to the makefiles
This allows pkgconfig files to be stored in /usr even if PREFIX is /.
This commit is contained in:
parent
5058b6668c
commit
fccd37c34c
@ -54,6 +54,7 @@ LIBDIR?= ${UPREFIX}/${LIBNAME}
|
||||
LIBMODE?= 0644
|
||||
|
||||
LIBEXECDIR?= ${PREFIX}/libexec/rc
|
||||
PKGCONFIGDIR?= ${UPREFIX}/${LIBNAME}/pkgconfig
|
||||
|
||||
MANPREFIX?= ${UPREFIX}/share
|
||||
MANDIR?= ${MANPREFIX}/man
|
||||
|
@ -1,4 +1,4 @@
|
||||
DIR= ${LIBDIR}/pkgconfig
|
||||
DIR= ${PKGCONFIGDIR}
|
||||
SRCS= einfo.pc.in openrc.pc.in
|
||||
INC= einfo.pc openrc.pc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user