mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 16:01:09 +02:00
Merge pull request #1928 from mjg59/sssd
sys-apps/baselayout: fix arm64 builds
This commit is contained in:
commit
92ce4cd200
@ -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}"/etc/nsswitch.conf 's/ sss//' || die
|
sed -i "${D}"/usr/share/baselayout/nsswitch.conf 's/ sss//' || die
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if use cros_host; then
|
if use cros_host; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user