commit: b336023bba5bd15c88ef968e96e91df62713d121
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 15:09:50 2016 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 15:09:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b336023b
sci-geosciences/routino: fixed installation of README.txt
Bug: 571016
Package-Manager: portage-2.2.26
sci-geosciences/routino/routino-3.0_p1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sci-geosciences/routino/routino-3.0_p1.ebuild
b/sci-geosciences/routino/routino-3.0_p1.ebuild
index 698b897..931931b 100644
--- a/sci-geosciences/routino/routino-3.0_p1.ebuild
+++ b/sci-geosciences/routino/routino-3.0_p1.ebuild
@@ -20,4 +20,6 @@ src_configure() {
src_compile() {
emake -j1
+ rm README.txt
+ mv doc/rm README.txt .
}