summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2019-09-12 08:15:02 +0200
committerTupone Alfredo <tupone@gentoo.org>2019-09-12 08:15:02 +0200
commit2645610b9a3fbdfb443866177a6d5b38148c3197 (patch)
tree359139b1b3788ad56c83272957c834a51bcfbfaf /sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild
parentnet-misc/kea: Prefer openssl over botan (diff)
downloadgentoo-2645610b9a3fbdfb443866177a6d5b38148c3197.tar.gz
gentoo-2645610b9a3fbdfb443866177a6d5b38148c3197.tar.bz2
gentoo-2645610b9a3fbdfb443866177a6d5b38148c3197.zip
sci-mathematics/alt-ergo: fix BadInsIntoDir warning
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
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, 1 insertions, 2 deletions
diff --git a/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild b/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild
index 80b72760c868..197ea8a7f2dd 100644
--- a/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild
+++ b/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild
@@ -29,6 +29,5 @@ src_compile() {
src_install() {
default
use gtk && emake DESTDIR="${D}" install-gui
- insinto /usr/share/doc/${PF}
- use examples && doins -r examples
+ use examples && dodoc -r examples
}