summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2021-03-07 16:45:41 -0500
committerMichael Orlitzky <mjo@gentoo.org>2021-03-07 17:17:25 -0500
commitbd1da1555f1f7388e84fb7e265b70b0bc579d6d3 (patch)
tree3300dd843e97f8610e3fb95d93cb139d49ae6994 /sci-mathematics
parentsci-mathematics/topcom: new version (diff)
downloadgentoo-bd1da1555f1f7388e84fb7e265b70b0bc579d6d3.tar.gz
gentoo-bd1da1555f1f7388e84fb7e265b70b0bc579d6d3.tar.bz2
gentoo-bd1da1555f1f7388e84fb7e265b70b0bc579d6d3.zip
sci-mathematics/topcom: new revision to fixup examples install.
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/topcom/topcom-0.17.8-r1.ebuild (renamed from sci-mathematics/topcom/topcom-0.17.8.ebuild)5
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-mathematics/topcom/topcom-0.17.8.ebuild b/sci-mathematics/topcom/topcom-0.17.8-r1.ebuild
index e6627c5cd43a..a3496c642f69 100644
--- a/sci-mathematics/topcom/topcom-0.17.8.ebuild
+++ b/sci-mathematics/topcom/topcom-0.17.8-r1.ebuild
@@ -45,7 +45,10 @@ src_configure() {
src_install () {
default
- use examples && docompress -x "/usr/share/doc/${PF}/examples"
+ if use examples; then
+ docompress -x "/usr/share/doc/${PF}/examples"
+ dodoc -r examples
+ fi
use doc && einstalldocs
mv "${ED}/usr/bin/cube" "${ED}/usr/bin/topcom_cube" || die