mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 05:51:43 +01:00
sys-apps/baselayout: Drop the compatibility hack
This change was introduced over 6 years ago. No one should be using such old SDKs now.
This commit is contained in:
parent
fee62916ab
commit
e927458503
@ -173,9 +173,6 @@ src_install() {
|
||||
mv "${D}"/usr/lib/modprobe.d "${D}"/lib/modprobe.d || die
|
||||
fi
|
||||
|
||||
# For compatibility with older SDKs which use 1000 for the core user.
|
||||
fowners -R 500:500 /home/core || die
|
||||
|
||||
if use arm64; then
|
||||
sed -i 's/ sss//' "${D}"/usr/share/baselayout/nsswitch.conf || die
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user