commit:     26234026e7afbfc2719e7d38498b303a494aeeb6
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 16 04:23:04 2018 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sun Sep 16 04:23:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26234026

sci-geosciences/routino: fix a stupid typo

Closes: https://bugs.gentoo.org/627866
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sci-geosciences/routino/routino-3.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-geosciences/routino/routino-3.2.ebuild 
b/sci-geosciences/routino/routino-3.2.ebuild
index 19512b20efa..4827cce51b0 100644
--- a/sci-geosciences/routino/routino-3.2.ebuild
+++ b/sci-geosciences/routino/routino-3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,6 +27,6 @@ src_prepare() {
 
 src_compile() {
        emake -j1
-       rm README.txt
-       mv doc/rm README.txt .
+       rm README.txt || die "rm README.txt failed"
+       mv doc/README.txt . || die "mv doc/README.txt . failed"
 }

Reply via email to