sys-apps/baselayout: disable coreos-profile.sh on cros_host

This commit is contained in:
Vito Caputo 2015-11-16 16:53:01 -08:00
parent db3b52c294
commit c5728a06b0
2 changed files with 2 additions and 0 deletions

View File

@ -149,6 +149,8 @@ src_install() {
if use cros_host; then if use cros_host; then
# Provided by vim in the SDK # Provided by vim in the SDK
rm -r "${D}"/etc/vim || die rm -r "${D}"/etc/vim || die
# Undesirable in the SDK
rm "${D}"/etc/profile.d/coreos-profile.sh || die
else else
# Don't install /etc/issue since it is handled by coreos-init right now # Don't install /etc/issue since it is handled by coreos-init right now
rm "${D}"/etc/issue || die rm "${D}"/etc/issue || die