app-dicts/myspell-ru: Add missing || die
authorJonas Stein <jstein@gentoo.org>
Tue, 19 Jun 2018 19:53:17 +0000 (21:53 +0200)
committerJonas Stein <jstein@gentoo.org>
Tue, 19 Jun 2018 20:06:04 +0000 (22:06 +0200)
Bug: https://bugs.gentoo.org/654018
Package-Manager: Portage-2.3.40, Repoman-2.3.9

app-dicts/myspell-ru/myspell-ru-20150711-r2.ebuild

index f8ec8a9ebff50892cfe394cdb0fc2a37421e7f29..1ed79c8030ee51dd991b14c05cff3ca924333fcb 100644 (file)
@@ -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
@@ -24,6 +24,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd6
 
 src_prepare() {
        default
-       mv russian-aot.dic ru_RU.dic
-       mv russian-aot.aff ru_RU.aff
+       mv russian-aot.dic ru_RU.dic || die
+       mv russian-aot.aff ru_RU.aff || die
 }