projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
646b57b
)
app-dicts/myspell-ru: Add missing || die
author
Jonas Stein
<jstein@gentoo.org>
Tue, 19 Jun 2018 19:53:17 +0000
(21:53 +0200)
committer
Jonas 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
patch
|
blob
|
history
diff --git
a/app-dicts/myspell-ru/myspell-ru-20150711-r2.ebuild
b/app-dicts/myspell-ru/myspell-ru-20150711-r2.ebuild
index f8ec8a9ebff50892cfe394cdb0fc2a37421e7f29..1ed79c8030ee51dd991b14c05cff3ca924333fcb 100644
(file)
--- 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-201
7
Gentoo Foundation
+# Copyright 1999-201
8
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
}