From 2645610b9a3fbdfb443866177a6d5b38148c3197 Mon Sep 17 00:00:00 2001 From: Tupone Alfredo Date: Thu, 12 Sep 2019 08:15:02 +0200 Subject: [PATCH] sci-mathematics/alt-ergo: fix BadInsIntoDir warning Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Alfredo Tupone --- sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild | 3 +-- sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 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 } diff --git a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild index 321faff324c8..e3bbcdb317f1 100644 --- a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild +++ b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild @@ -37,8 +37,7 @@ 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 mv "${D}"/usr/doc/* "${D}"/usr/share/doc/${PF}/ || die rmdir "${D}"/usr/doc || die } -- 2.26.2