Merge pull request #1930 from mjg59/sssd

sys-apps/baselayout: Fix argument order to sed
This commit is contained in:
Matthew Garrett 2016-05-02 18:10:18 -07:00
commit 99b8ff4993
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}"/usr/share/baselayout/nsswitch.conf 's/ sss//' || die
sed -i 's/ sss//' "${D}"/usr/share/baselayout/nsswitch.conf || die
fi
if use cros_host; then