From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9CCAA138334 for ; Mon, 16 Jul 2018 22:26:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03690E0802; Mon, 16 Jul 2018 22:26:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1254E0802 for ; Mon, 16 Jul 2018 22:26:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43E34335C71 for ; Mon, 16 Jul 2018 22:26:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D10FC379 for ; Mon, 16 Jul 2018 22:26:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1531779956.24a24eb18d2e4801a5b07e8651701162f0de3df6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/kqlives/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-rpg/kqlives/kqlives-0.99-r1.ebuild X-VCS-Directories: games-rpg/kqlives/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 24a24eb18d2e4801a5b07e8651701162f0de3df6 X-VCS-Branch: master Date: Mon, 16 Jul 2018 22:26:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4fa24976-c6a1-4400-9bb7-234b9d9629fc X-Archives-Hash: 45f8ac470b82bed2a61687e8e75b597d commit: 24a24eb18d2e4801a5b07e8651701162f0de3df6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 16 18:28:48 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jul 16 22:25:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a24eb1 games-rpg/kqlives: Missing || die Package-Manager: Portage-2.3.43, Repoman-2.3.10 games-rpg/kqlives/kqlives-0.99-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-rpg/kqlives/kqlives-0.99-r1.ebuild b/games-rpg/kqlives/kqlives-0.99-r1.ebuild index 1df17ec245c..c667ef716e6 100644 --- a/games-rpg/kqlives/kqlives-0.99-r1.ebuild +++ b/games-rpg/kqlives/kqlives-0.99-r1.ebuild @@ -40,7 +40,7 @@ src_install() { local x for x in diff draw draw2 dump; do - mv -vf "${D}/etc"/map${x} "${D}/etc"/kq-map${x} + mv -vf "${D}/etc"/map${x} "${D}/etc"/kq-map${x} || die done doicon "${FILESDIR}"/${PN}.xpm