mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-03 19:42:15 +02:00
fix(sys-libs/pam): Remove libs from /lib64
This ebuild calls gen_usr_ldscript to move libraries from /usr to / and then symlinks to them from /usr. Clear all that crap out and use /usr.
This commit is contained in:
parent
01f2bb15c5
commit
1a8e3ad89c
@ -142,15 +142,6 @@ src_install() {
|
||||
# Need to be suid
|
||||
fperms u+s /sbin/unix_chkpwd
|
||||
|
||||
gen_usr_ldscript -a pam pamc pam_misc
|
||||
|
||||
# create extra symlinks just in case something depends on them...
|
||||
for lib in pam pamc pam_misc; do
|
||||
if ! [[ -f "${ED}"/$(get_libdir)/lib${lib}$(get_libname) ]]; then
|
||||
dosym lib${lib}$(get_libname 0) /$(get_libdir)/lib${lib}$(get_libname)
|
||||
fi
|
||||
done
|
||||
|
||||
dodoc CHANGELOG ChangeLog README AUTHORS Copyright NEWS
|
||||
|
||||
docinto modules
|
Loading…
x
Reference in New Issue
Block a user