summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2020-06-28 19:46:03 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2020-06-28 19:46:03 +0100
commitc5b96a62e935d1c155bdf8adc451e57ca1ab0f19 (patch)
tree02f77eb9e0a35a5552ce10371f3fa847af880b73
parentBump bzImage with module support (diff)
downloadportage-c5b96a62e935d1c155bdf8adc451e57ca1ab0f19.tar.bz2
portage-c5b96a62e935d1c155bdf8adc451e57ca1ab0f19.tar.xz
portage-c5b96a62e935d1c155bdf8adc451e57ca1ab0f19.zip
Fix bjam eclass path to pkg config dir
-rw-r--r--eclass/bjam.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/bjam.eclass b/eclass/bjam.eclass
index f6cc7c1..feec9f5 100644
--- a/eclass/bjam.eclass
+++ b/eclass/bjam.eclass
@@ -54,7 +54,7 @@ bjaminstall() {
--includedir="${D}/usr/include/$include" \
${other[@]}
- insinto ${PKG_CONFIG_PATH}
+ insinto /usr/share/pkgconfig
find "${S}" -name "*.pc" | while read infile ; do
doins ${infile}
done