summaryrefslogtreecommitdiff
path: root/sci-geosciences/routino/routino-3.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-geosciences/routino/routino-3.2.ebuild')
-rw-r--r--sci-geosciences/routino/routino-3.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-geosciences/routino/routino-3.2.ebuild b/sci-geosciences/routino/routino-3.2.ebuild
index 19512b20efa7..4827cce51b00 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"
}