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:
David Seifert
2017-03-01 21:29:40 +01:00
parent f6d76dab7f
commit a86ad55de4

View File

@@ -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
}