sys-apps/util-linux: move gen_usr_ldscript after python install

Closes: https://bugs.gentoo.org/674010
Package-Manager: Portage-2.3.53, Repoman-2.3.12_p31
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2018-12-29 13:47:57 -05:00
parent 1939ce0754
commit 12cbec31c5

View File

@@ -243,16 +243,16 @@ python_install() {
}
multilib_src_install() {
if multilib_is_native_abi && use python; then
python_foreach_impl python_install
fi
emake DESTDIR="${D}" install
if multilib_is_native_abi && use userland_GNU; then
# need the libs in /
gen_usr_ldscript -a blkid fdisk mount smartcols uuid
fi
if multilib_is_native_abi && use python; then
python_foreach_impl python_install
fi
}
multilib_src_install_all() {