summaryrefslogtreecommitdiff
path: root/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-09-13 17:49:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-09-13 17:49:31 +0100
commit36ac65103bf5503e5bad1ecc7e8cb9e7643f6840 (patch)
treed9d1fbc20509d4c90f57fb2d9e1459bc8034c831 /sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild
parenta1392efe64137262023d92492396ca9156d22396 (diff)
Revert "gentoo resync : 13.09.2019"
This reverts commit a1392efe64137262023d92492396ca9156d22396.
Diffstat (limited to 'sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild')
-rw-r--r--sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild b/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild
index 197ea8a7f2dd..80b72760c868 100644
--- a/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild
+++ b/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild
@@ -29,5 +29,6 @@ src_compile() {
src_install() {
default
use gtk && emake DESTDIR="${D}" install-gui
- use examples && dodoc -r examples
+ insinto /usr/share/doc/${PF}
+ use examples && doins -r examples
}