mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-libs/cxsparse: Call einstalldocs in multilib_src_install_all
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -19,13 +19,13 @@ DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
multilib_src_configure() {
|
||||
ECONF_SOURCE="${S}" \
|
||||
econf \
|
||||
ECONF_SOURCE="${S}" econf \
|
||||
$(use_enable static-libs static)
|
||||
}
|
||||
|
||||
multilib_src_install_all() {
|
||||
if ! use static-libs; then
|
||||
find "${ED}" -name "*.la" -delete || die
|
||||
fi
|
||||
einstalldocs
|
||||
|
||||
# package provides .pc files
|
||||
find "${D}" -name '*.la' -delete || die
|
||||
}
|
||||
Reference in New Issue
Block a user