diff options
author | Sam James <sam@gentoo.org> | 2021-05-28 17:57:19 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-28 17:57:19 +0200 |
commit | c92ee1afebec98ba5b8d627fa27e83b9804ae5c9 (patch) | |
tree | b7b71b77cf5819f5c2dbc3bb3b394cf0a9a0107c /sci-mathematics | |
parent | sci-libs/armadillo: fix docinto argument (avoid double 'prefix') (diff) | |
download | gentoo-c92ee1afebec98ba5b8d627fa27e83b9804ae5c9.tar.gz gentoo-c92ee1afebec98ba5b8d627fa27e83b9804ae5c9.tar.bz2 gentoo-c92ee1afebec98ba5b8d627fa27e83b9804ae5c9.zip |
sci-mathematics/topcom: 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-mathematics')
-rw-r--r-- | sci-mathematics/topcom/topcom-0.17.7-r1.ebuild (renamed from sci-mathematics/topcom/topcom-0.17.7.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/topcom/topcom-0.17.7.ebuild b/sci-mathematics/topcom/topcom-0.17.7-r1.ebuild index 6ff02493a140..0e7e8c06ff27 100644 --- a/sci-mathematics/topcom/topcom-0.17.7.ebuild +++ b/sci-mathematics/topcom/topcom-0.17.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -41,7 +41,7 @@ src_install() { use examples && dodoc -r "${S}"/examples - docinto /usr/share/doc/${PF}/html + docinto html use doc && dodoc "${DISTDIR}"/TOPCOM-manual.html mv "${ED}"/usr/bin/cube "${ED}"/usr/bin/topcom_cube || die |