commit | 045b63af99f70a1c56a56e20e37f4d4b2a2f7eda | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@chromium.org> | Wed Nov 02 12:33:05 2011 -0400 |
committer | Mike Frysinger <vapier@chromium.org> | Wed Nov 02 12:33:05 2011 -0400 |
tree | 50373bbdb7a54c2e430772cbdb59c21db0cf6d4f | |
parent | 6b97675909b2b7bac9822ac1285c5f817cdcc2d5 [diff] |
use libdir for .pc install The .pc files should be under the same libdir as the libraries, so use the existing $(libdir) variable rather than hardcoding /usr/lib/ when installing the pkg-config files. BUG=chromium-os:20636 TEST=`emerge-amd64-generic flashmap` and see .pc files in /usr/lib64/ TEST=`emerge-x86-generic flashmap` and see .pc files in /usr/lib/ Change-Id: I619f6d4c7d04eda0cbe0e3d0fed987a69d764021