Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/kqlives/
Date: Mon, 16 Jul 2018 22:26:17
Message-Id: 1531779956.24a24eb18d2e4801a5b07e8651701162f0de3df6.asturm@gentoo
1 commit: 24a24eb18d2e4801a5b07e8651701162f0de3df6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 16 18:28:48 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 16 22:25:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a24eb1
7
8 games-rpg/kqlives: Missing || die
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 games-rpg/kqlives/kqlives-0.99-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/games-rpg/kqlives/kqlives-0.99-r1.ebuild b/games-rpg/kqlives/kqlives-0.99-r1.ebuild
16 index 1df17ec245c..c667ef716e6 100644
17 --- a/games-rpg/kqlives/kqlives-0.99-r1.ebuild
18 +++ b/games-rpg/kqlives/kqlives-0.99-r1.ebuild
19 @@ -40,7 +40,7 @@ src_install() {
20
21 local x
22 for x in diff draw draw2 dump; do
23 - mv -vf "${D}/etc"/map${x} "${D}/etc"/kq-map${x}
24 + mv -vf "${D}/etc"/map${x} "${D}/etc"/kq-map${x} || die
25 done
26
27 doicon "${FILESDIR}"/${PN}.xpm