diff options
author | Sam James <sam@gentoo.org> | 2021-05-28 17:57:16 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-28 17:57:16 +0200 |
commit | 5508f655a7db6f5bd081e81a193e4168f22ae7e8 (patch) | |
tree | 41185957c878701f048c4f944a027b9272f1ddfa /sci-libs/armadillo | |
parent | net-vpn/openvpn: fix docinto argument (avoid double 'prefix') (diff) | |
download | gentoo-5508f655a7db6f5bd081e81a193e4168f22ae7e8.tar.gz gentoo-5508f655a7db6f5bd081e81a193e4168f22ae7e8.tar.bz2 gentoo-5508f655a7db6f5bd081e81a193e4168f22ae7e8.zip |
sci-libs/armadillo: fix docinto argument (avoid double 'prefix')
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs/armadillo')
-rw-r--r-- | sci-libs/armadillo/armadillo-10.2.0-r1.ebuild (renamed from sci-libs/armadillo/armadillo-10.2.0.ebuild) | 4 | ||||
-rw-r--r-- | sci-libs/armadillo/armadillo-10.3.0-r1.ebuild (renamed from sci-libs/armadillo/armadillo-10.3.0.ebuild) | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-libs/armadillo/armadillo-10.2.0.ebuild b/sci-libs/armadillo/armadillo-10.2.0-r1.ebuild index 3dd605bc2960..0d7210c26cb8 100644 --- a/sci-libs/armadillo/armadillo-10.2.0.ebuild +++ b/sci-libs/armadillo/armadillo-10.2.0-r1.ebuild @@ -138,10 +138,12 @@ src_test() { src_install() { cmake_src_install + dodoc README.md use doc && dodoc *pdf *html + if use examples; then - docinto /usr/share/doc/${PF}/examples + docinto examples dodoc -r examples/* docompress -x /usr/share/doc/${PF}/examples fi diff --git a/sci-libs/armadillo/armadillo-10.3.0.ebuild b/sci-libs/armadillo/armadillo-10.3.0-r1.ebuild index b0df3b4fe27d..b7abebcf9b1f 100644 --- a/sci-libs/armadillo/armadillo-10.3.0.ebuild +++ b/sci-libs/armadillo/armadillo-10.3.0-r1.ebuild @@ -138,10 +138,12 @@ src_test() { src_install() { cmake_src_install + dodoc README.md use doc && dodoc *pdf *html + if use examples; then - docinto /usr/share/doc/${PF}/examples + docinto examples dodoc -r examples/* docompress -x /usr/share/doc/${PF}/examples fi |