mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-31 11:21:04 +02:00
sys-apps/baselayout: fix arm64 builds
The symlink for nsswitch can't be resolved during build, so use the target instead.
This commit is contained in:
parent
5baa1b49ae
commit
0e7293eb7f
@ -160,7 +160,7 @@ src_install() {
|
||||
fowners -R 500:500 /home/core || die
|
||||
|
||||
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
|
||||
|
||||
if use cros_host; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user