diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-05-07 23:50:24 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-05-07 23:50:51 +0200 |
commit | af3e8eb1d66ca412e395e6e473f4d74552550494 (patch) | |
tree | 6b29cbc5bba0d6c764e9d9014061d81391ca21c6 /sys-libs | |
parent | app-emacs/kind-icon: new package, add 0.1.9 (diff) | |
download | gentoo-af3e8eb1d66ca412e395e6e473f4d74552550494.tar.gz gentoo-af3e8eb1d66ca412e395e6e473f4d74552550494.tar.bz2 gentoo-af3e8eb1d66ca412e395e6e473f4d74552550494.zip |
sys-libs/glibc: Add a call to sanity_prechecks in pkg_preinst
Bug: https://bugs.gentoo.org/885481
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-9999.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index cc98168d7f92..7f2028de0877 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -1576,6 +1576,9 @@ pkg_preinst() { # nothing to do if just installing headers just_headers && return + einfo "Checking general environment sanity." + sanity_prechecks + # prepare /etc/ld.so.conf.d/ for files mkdir -p "${EROOT}"/etc/ld.so.conf.d |