From b336023bba5bd15c88ef968e96e91df62713d121 Mon Sep 17 00:00:00 2001 From: Andrey Grozin Date: Thu, 14 Jan 2016 21:09:50 +0600 Subject: [PATCH] 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 698b897d9b141..931931b9c9365 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 . }