mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 16:01:09 +02:00
Merge pull request #1930 from mjg59/sssd
sys-apps/baselayout: Fix argument order to sed
This commit is contained in:
commit
99b8ff4993
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user