From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BDF87138334 for ; Sat, 16 Feb 2019 11:23:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1CAFE087C; Sat, 16 Feb 2019 11:23:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 723CDE087C for ; Sat, 16 Feb 2019 11:23:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF6FB335C77 for ; Sat, 16 Feb 2019 11:23:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 324A253A for ; Sat, 16 Feb 2019 11:23:34 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1550316211.8656c5e0b62788be2df66f9bec80b7445685650b.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/wireshark/wireshark-3.0.0_rc1.ebuild X-VCS-Directories: net-analyzer/wireshark/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 8656c5e0b62788be2df66f9bec80b7445685650b X-VCS-Branch: master Date: Sat, 16 Feb 2019 11:23:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 19939800-14a5-44b1-9241-36a5872f52df X-Archives-Hash: 30e2009252225bda34de709329ee574f commit: 8656c5e0b62788be2df66f9bec80b7445685650b Author: Jeroen Roovers gentoo org> AuthorDate: Sat Feb 16 11:23:20 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Feb 16 11:23:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8656c5e0 net-analyzer/wireshark: Fix docdir Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/wireshark/wireshark-3.0.0_rc1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-analyzer/wireshark/wireshark-3.0.0_rc1.ebuild b/net-analyzer/wireshark/wireshark-3.0.0_rc1.ebuild index a824bdb99fc..e7f6b3df2db 100644 --- a/net-analyzer/wireshark/wireshark-3.0.0_rc1.ebuild +++ b/net-analyzer/wireshark/wireshark-3.0.0_rc1.ebuild @@ -205,6 +205,9 @@ 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() {