fix(sys-apps/util-linux): Do not exclude the unshare utility.

It is required to run cros_sdk.
This commit is contained in:
Michael Marineau 2013-08-25 01:28:33 -04:00
parent eb01e1b659
commit cb3d204464

View File

@ -27,9 +27,5 @@ util_linux_mask+="
/usr/sbin/tunelp /usr/sbin/tunelp
" "
if [[ $(cros_target) != "cros_host" ]] ; then
util_linux_mask+=" /usr/bin/unshare"
fi
PKG_INSTALL_MASK+=" ${util_linux_mask}" PKG_INSTALL_MASK+=" ${util_linux_mask}"
INSTALL_MASK+=" ${util_linux_mask}" INSTALL_MASK+=" ${util_linux_mask}"