Line
Link Here
|
0 |
-- b/sys-libs/glibc/files/eblits/pkg_preinst.eblit |
0 |
++ a/sys-libs/glibc/files/eblits/pkg_preinst.eblit |
Lines 54-60
Link Here
|
54 |
|
54 |
|
55 |
[[ ${ROOT} != "/" ]] && return 0 |
55 |
[[ ${ROOT} != "/" ]] && return 0 |
56 |
[[ -d ${ED}/$(get_libdir) ]] || return 0 |
56 |
[[ -d ${ED}/$(get_libdir) ]] || return 0 |
57 |
glibc_sanity_check |
57 |
[[ -z ${BOOTSTRAP_RAP} ]] && glibc_sanity_check |
58 |
|
58 |
|
59 |
# For newer EAPIs, this was run in pkg_pretend. |
59 |
# For newer EAPIs, this was run in pkg_pretend. |
60 |
if [[ ${EAPI:-0} == [0123] ]] ; then |
60 |
if [[ ${EAPI:-0} == [0123] ]] ; then |