commit: 7d09dfbf025e899f7bebdeaf0314eb981630c23b
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sun May 15 20:49:59 2016 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sun May 15 20:49:59 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7d09dfbf
sci-biology/mothur: install also README.md
Package-Manager: portage-2.2.28
sci-biology/mothur/mothur-1.36.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-biology/mothur/mothur-1.36.1.ebuild
b/sci-biology/mothur/mothur-1.36.1.ebuild
index 1facd6a..71afd3a 100644
--- a/sci-biology/mothur/mothur-1.36.1.ebuild
+++ b/sci-biology/mothur/mothur-1.36.1.ebuild
@@ -45,4 +45,5 @@ src_compile() {
src_install() {
dobin ${PN}
+ dodoc README.md
}