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:
Krzesimir Nowak 2020-09-29 12:28:14 +02:00
parent fee62916ab
commit e927458503

View File

@ -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