sys-apps/baselayout: fix arm64 builds

The symlink for nsswitch can't be resolved during build, so use the target
instead.
This commit is contained in:
Matthew Garrett 2016-05-02 16:31:15 -07:00
parent 5baa1b49ae
commit 0e7293eb7f
2 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ src_install() {
fowners -R 500:500 /home/core || die
if use arm64; then
sed -i "${D}"/etc/nsswitch.conf 's/ sss//' || die
sed -i "${D}"/usr/share/baselayout/nsswitch.conf 's/ sss//' || die
fi
if use cros_host; then