From 27b5edb4db89110caf2a811c8af0e974cfe9711e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 8 Aug 2012 18:52:06 -0400 Subject: [PATCH] common.sh: fix pkgconfig install mask Since pkgconfig is installed in the native libdir path, we need to make sure to filter out all pkgconfig subdirs. BUG=None TEST=`./build_image --board=amd64-generic` no longer includes .pc files Change-Id: Id8116190b6900ac86b433794551b250b6445d9d8 Reviewed-on: https://gerrit.chromium.org/gerrit/29682 Reviewed-by: David James Commit-Ready: Mike Frysinger Tested-by: Mike Frysinger --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.sh b/common.sh index 9694133005..56f7f637ad 100644 --- a/common.sh +++ b/common.sh @@ -315,7 +315,7 @@ COMMON_INSTALL_MASK=" /usr/lib/debug /usr/lib/gcc /usr/lib/gtk-2.0/include - /usr/lib/pkgconfig + /usr/lib*/pkgconfig /usr/local/autotest-chrome /usr/man /usr/share/aclocal