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:
Michael Marineau 2013-12-09 15:37:35 -08:00
parent 01f2bb15c5
commit 1a8e3ad89c

View File

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