add PKGCONFIGDIR to the makefiles
This allows pkgconfig files to be stored in /usr even if PREFIX is /.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
DIR= ${LIBDIR}/pkgconfig
|
||||
DIR= ${PKGCONFIGDIR}
|
||||
SRCS= einfo.pc.in openrc.pc.in
|
||||
INC= einfo.pc openrc.pc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user