Modify PKG_INSTALL_MASK to apply only to binpkg creation.
authorBrian Harring <ferringb@chromium.org>
Fri, 13 Jan 2012 12:18:48 +0000 (04:18 -0800)
committerZac Medico <zmedico@gentoo.org>
Fri, 13 Jan 2012 12:18:48 +0000 (04:18 -0800)
commit5d5364e982820fda56db5a40884e1c5f8e784b96
treee17fdd30092b7a0777bb9f74195b8fd6be551995
parent7ab1ca09de0421b574df1ff9aa8ef5077e16b9ea
Modify PKG_INSTALL_MASK to apply only to binpkg creation.

Primarily useful for certain cases where cros needs to suppress debug
symbols being included for specific pkgs, and/or suppressing binpkgs
from carrying sensitive configuration data, but we still wish for it
to be installed.

BUG=chromium-os:25060
TEST=set PKG_INSTALL_MASK, check ${D} vs what's in the binpkg

Change-Id: I0f81a9e394b7b0b64dbbcbe8d189876cb8421dfa
bin/misc-functions.sh