diff options
author | Andrey Grozin <grozin@gentoo.org> | 2016-01-14 21:09:50 +0600 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2016-01-14 21:09:50 +0600 |
commit | b336023bba5bd15c88ef968e96e91df62713d121 (patch) | |
tree | 0758ac02271bbced05ebf8557c5fad4816db3157 /sci-geosciences | |
parent | app-misc/screen: fix compilation on Darwin (diff) | |
download | gentoo-b336023bba5bd15c88ef968e96e91df62713d121.tar.gz gentoo-b336023bba5bd15c88ef968e96e91df62713d121.tar.bz2 gentoo-b336023bba5bd15c88ef968e96e91df62713d121.zip |
sci-geosciences/routino: fixed installation of README.txt
Bug: 571016
Package-Manager: portage-2.2.26
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/routino/routino-3.0_p1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-geosciences/routino/routino-3.0_p1.ebuild b/sci-geosciences/routino/routino-3.0_p1.ebuild index 698b897d9b14..931931b9c936 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 . } |