Merge pull request #1928 from mjg59/sssd

sys-apps/baselayout: fix arm64 builds
This commit is contained in:
Matthew Garrett 2016-05-02 16:47:56 -07:00
commit 92ce4cd200
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