projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82cc7cf
)
net-analyzer/wireshark: Fix docdir
author
Jeroen Roovers
<jer@gentoo.org>
Sat, 16 Feb 2019 11:23:20 +0000
(12:23 +0100)
committer
Jeroen Roovers
<jer@gentoo.org>
Sat, 16 Feb 2019 11:23:31 +0000
(12:23 +0100)
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
net-analyzer/wireshark/wireshark-3.0.0_rc1.ebuild
patch
|
blob
|
history
diff --git
a/net-analyzer/wireshark/wireshark-3.0.0_rc1.ebuild
b/net-analyzer/wireshark/wireshark-3.0.0_rc1.ebuild
index a824bdb99fcdb6206c53f85d75e915616f5d6247..e7f6b3df2dba7df346563355c13af7dd76104d65 100644
(file)
--- 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() {