diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-03-23 12:35:14 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-03-23 12:35:14 +0100 |
commit | 68d017a0c044b388a3ad5ed2a0450c3169a95bba (patch) | |
tree | 718c95faa00b2f22b9ffb30104bead92f4d69245 /sci-misc/flashdot/flashdot-1.1.4-r1.ebuild | |
parent | net-im/zoom: Fix extraction of icon (diff) | |
download | gentoo-68d017a0c044b388a3ad5ed2a0450c3169a95bba.tar.gz gentoo-68d017a0c044b388a3ad5ed2a0450c3169a95bba.tar.bz2 gentoo-68d017a0c044b388a3ad5ed2a0450c3169a95bba.zip |
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@gentoo.org>
Diffstat (limited to 'sci-misc/flashdot/flashdot-1.1.4-r1.ebuild')
-rw-r--r-- | sci-misc/flashdot/flashdot-1.1.4-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |