sys-apps/baselayout: Fix argument order to sed

I've been doing this for 20 years I'm a trained professional
This commit is contained in:
Matthew Garrett 2016-05-02 17:54:34 -07:00
parent 92ce4cd200
commit f56ec1cf49
2 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ src_install() {
fowners -R 500:500 /home/core || die fowners -R 500:500 /home/core || die
if use arm64; then 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 fi
if use cros_host; then if use cros_host; then