mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
app-arch/xz-utils: Fixed installation of *.a files.
Closes: https://bugs.gentoo.org/655614 Package-Manager: Portage-2.3.36, Repoman-2.3.9
This commit is contained in:
@@ -79,7 +79,10 @@ multilib_src_install() {
|
||||
}
|
||||
|
||||
multilib_src_install_all() {
|
||||
find "${ED}" \( -name '*.a' -o -name '*.la' \) -delete || die
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
if ! use static-libs ; then
|
||||
find "${ED}" -name "*.a" -delete || die
|
||||
fi
|
||||
rm "${ED%/}"/usr/share/doc/${PF}/COPYING* || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user