diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-09-04 11:48:19 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-09-04 11:48:37 +0200 |
commit | aba74bb6f6e10f205af792360e0d8b1f7ba9da5e (patch) | |
tree | 8507542545dba63d62a8afdc12627ded41c08000 /net-analyzer | |
parent | Remove masked for removal packages (diff) | |
download | gentoo-aba74bb6f6e10f205af792360e0d8b1f7ba9da5e.tar.gz gentoo-aba74bb6f6e10f205af792360e0d8b1f7ba9da5e.tar.bz2 gentoo-aba74bb6f6e10f205af792360e0d8b1f7ba9da5e.zip |
net-analyzer/wireshark: Fix README installation in live ebuild (bug #629706 by jospezial).
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/wireshark-99999999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild index a4d2b1e46179..5d11c1bd60e1 100644 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild @@ -214,7 +214,7 @@ src_install() { default # FAQ is not required as is installed from help/faq.txt - dodoc AUTHORS ChangeLog NEWS README{,.bsd,.linux,.macos,.vmware} \ + dodoc AUTHORS ChangeLog NEWS README.* \ doc/{randpkt.txt,README*} if use doc; then |