diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-06-28 19:46:03 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-06-28 19:46:03 +0100 |
commit | c5b96a62e935d1c155bdf8adc451e57ca1ab0f19 (patch) | |
tree | 02f77eb9e0a35a5552ce10371f3fa847af880b73 /eclass/bjam.eclass | |
parent | Bump bzImage with module support (diff) | |
download | portage-c5b96a62e935d1c155bdf8adc451e57ca1ab0f19.tar.bz2 portage-c5b96a62e935d1c155bdf8adc451e57ca1ab0f19.tar.xz portage-c5b96a62e935d1c155bdf8adc451e57ca1ab0f19.zip |
Fix bjam eclass path to pkg config dir
Diffstat (limited to 'eclass/bjam.eclass')
-rw-r--r-- | eclass/bjam.eclass | 2 |
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 |