commit: 68d017a0c044b388a3ad5ed2a0450c3169a95bba Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Wed Mar 23 11:35:14 2022 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Wed Mar 23 11:35:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68d017a0
sci-misc/flashdot: fix doc path Closes: https://bugs.gentoo.org/835837 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> sci-misc/flashdot/flashdot-1.1.4-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-misc/flashdot/flashdot-1.1.4-r1.ebuild b/sci-misc/flashdot/flashdot-1.1.4-r1.ebuild index 0dc3ef755c93..1843fa0f3f89 100644 --- a/sci-misc/flashdot/flashdot-1.1.4-r1.ebuild +++ b/sci-misc/flashdot/flashdot-1.1.4-r1.ebuild @@ -59,4 +59,6 @@ src_configure() { src_install() { emake DESTDIR="${D}" CALLMODE=script install + rm "${D}"/usr/share/doc/${PN}/copyright* || die + mv "${D}"/usr/share/doc/{${PN},${PF}} || die }
