commit: c92ee1afebec98ba5b8d627fa27e83b9804ae5c9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 28 15:57:19 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri May 28 15:57:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c92ee1af
sci-mathematics/topcom: fix docinto argument (avoid double 'prefix')
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../topcom/{topcom-0.17.7.ebuild => topcom-0.17.7-r1.ebuild} | 4 ++--
1 file 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
similarity index 93%
rename from sci-mathematics/topcom/topcom-0.17.7.ebuild
rename to sci-mathematics/topcom/topcom-0.17.7-r1.ebuild
index 6ff02493a14..0e7e8c06ff2 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