pkgconfig.inc: We should be installing pkgconfig files into LIBDIR now

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3025 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-10-29 17:35:33 +00:00
parent f06134582f
commit d49d6f6169

View File

@@ -21,5 +21,5 @@ do_configure_prepend () {
}
do_stage_prepend() {
install -d -m 0755 ${STAGING_DATADIR}/pkgconfig
install -d -m 0755 ${STAGING_LIBDIR}/pkgconfig
}