diff options
author | Benda Xu <heroxbd@gentoo.org> | 2016-06-02 11:34:54 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2016-06-02 11:34:54 +0900 |
commit | fb6b98e9aca1af5e1de2022d4aa41824c3457070 (patch) | |
tree | 339a325bb6a4230b878cb9c86b0d93170a606d8a /sys-libs/glibc/files/eblits/pkg_preinst.eblit | |
parent | sci-R/densityvis: remove. it does not belong here. (diff) | |
download | heroxbd-fb6b98e9aca1af5e1de2022d4aa41824c3457070.tar.gz heroxbd-fb6b98e9aca1af5e1de2022d4aa41824c3457070.tar.bz2 heroxbd-fb6b98e9aca1af5e1de2022d4aa41824c3457070.zip |
sys-libs/glibc: remove glibc sanity check during bootstrap.
Diffstat (limited to 'sys-libs/glibc/files/eblits/pkg_preinst.eblit')
-rw-r--r-- | sys-libs/glibc/files/eblits/pkg_preinst.eblit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/files/eblits/pkg_preinst.eblit b/sys-libs/glibc/files/eblits/pkg_preinst.eblit index 0c78b55..f40f402 100644 --- a/sys-libs/glibc/files/eblits/pkg_preinst.eblit +++ b/sys-libs/glibc/files/eblits/pkg_preinst.eblit @@ -54,7 +54,7 @@ eblit-glibc-pkg_preinst() { [[ ${ROOT} != "/" ]] && return 0 [[ -d ${ED}/$(get_libdir) ]] || return 0 - glibc_sanity_check + [[ -z ${BOOTSTRAP_RAP} ]] && glibc_sanity_check # For newer EAPIs, this was run in pkg_pretend. if [[ ${EAPI:-0} == [0123] ]] ; then |