summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Stein <jstein@gentoo.org>2018-06-19 21:53:17 +0200
committerJonas Stein <jstein@gentoo.org>2018-06-19 22:06:04 +0200
commitc4c9c948a20fab2788c736efbacc86de71a42598 (patch)
tree0af889e68d707269985bb5bec5cb2c279021461a /app-dicts/myspell-ru
parentnet-misc/youtube-dl: Old. (diff)
downloadgentoo-c4c9c948a20fab2788c736efbacc86de71a42598.tar.gz
gentoo-c4c9c948a20fab2788c736efbacc86de71a42598.tar.bz2
gentoo-c4c9c948a20fab2788c736efbacc86de71a42598.zip
app-dicts/myspell-ru: Add missing || die
Bug: https://bugs.gentoo.org/654018 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-dicts/myspell-ru')
-rw-r--r--app-dicts/myspell-ru/myspell-ru-20150711-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-dicts/myspell-ru/myspell-ru-20150711-r2.ebuild b/app-dicts/myspell-ru/myspell-ru-20150711-r2.ebuild
index f8ec8a9ebff5..1ed79c8030ee 100644
--- a/app-dicts/myspell-ru/myspell-ru-20150711-r2.ebuild
+++ b/app-dicts/myspell-ru/myspell-ru-20150711-r2.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
@@ -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
}