mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 07:51:03 +02:00
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:
parent
92ce4cd200
commit
f56ec1cf49
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user