commit: 5e68f340e8d839bda30f7b393dd291dd23a4fa93 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org> AuthorDate: Tue Mar 19 19:12:45 2019 +0000 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Tue Mar 19 19:12:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e68f340
net-analyzer/wireshark: remove unneeded doc move commit bc481a7ab018cd324733406e91bdf80168efc1d1 properly fixed the doc location but didn't remove the hack which was putting docs in the right place. remove the unneeded hack to prevent install failure mv: cannot stat '/var/tmp/portage/net-analyzer/wireshark-3.0.0-r1/image//usr/share/doc/wireshark/*': No such file or directory Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org> net-analyzer/wireshark/wireshark-3.0.0-r1.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/net-analyzer/wireshark/wireshark-3.0.0-r1.ebuild b/net-analyzer/wireshark/wireshark-3.0.0-r1.ebuild index 70196da6e9f..f755315a7d8 100644 --- a/net-analyzer/wireshark/wireshark-3.0.0-r1.ebuild +++ b/net-analyzer/wireshark/wireshark-3.0.0-r1.ebuild @@ -217,9 +217,6 @@ src_install() { fi prune_libtool_files - - mv "${D}"/usr/share/doc/${PN}/* "${D}"/usr/share/doc/${PF}/ || die - rmdir "${D}"/usr/share/doc/${PN} || die } pkg_postinst() {