public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/xcowsay/
Date: Mon, 28 May 2018 23:02:17 +0000 (UTC)	[thread overview]
Message-ID: <1527548522.466ca6e7b99369ebe6c8b6004683d24c3ede6cf0.bman@gentoo> (raw)

commit:     466ca6e7b99369ebe6c8b6004683d24c3ede6cf0
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 22:23:21 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 28 23:02:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=466ca6e7

games-misc/xcowsay: add || die to rm call. D -> ED

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 games-misc/xcowsay/xcowsay-1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-misc/xcowsay/xcowsay-1.3.ebuild b/games-misc/xcowsay/xcowsay-1.3.ebuild
index baff2aca52a..23b83fa32d2 100644
--- a/games-misc/xcowsay/xcowsay-1.3.ebuild
+++ b/games-misc/xcowsay/xcowsay-1.3.ebuild
@@ -30,6 +30,6 @@ src_configure() {
 src_install() {
 	default
 	if ! use fortune; then
-		rm -f "${D}"/usr/bin/xcowfortune
+		rm -f "${ED}"/usr/bin/xcowfortune || die "Removal of xcowfortune failed"
 	fi
 }


             reply	other threads:[~2018-05-28 23:02 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-28 23:02 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-08-08 16:49 [gentoo-commits] repo/gentoo:master commit in: games-misc/xcowsay/ Joonas Niilola
2019-09-26 19:02 Thomas Deutschmann
2019-10-02 19:08 Agostino Sarubbo
2019-10-03  6:21 Michał Górny
2020-03-12 22:48 Conrad Kostecki
2020-05-21  7:53 Agostino Sarubbo
2020-05-21  8:06 Agostino Sarubbo
2020-05-21 22:28 Conrad Kostecki
2020-10-03 14:42 Conrad Kostecki
2020-10-03 18:35 Conrad Kostecki
2020-11-12 21:03 Thomas Deutschmann
2020-11-13  2:25 Sam James
2020-11-13 18:12 Conrad Kostecki
2022-02-03 15:03 Conrad Kostecki
2022-03-05 22:11 Conrad Kostecki
2022-03-05 22:11 Conrad Kostecki
2022-03-05 22:11 Conrad Kostecki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1527548522.466ca6e7b99369ebe6c8b6004683d24c3ede6cf0.bman@gentoo \
    --to=bman@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox