public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Mende" <angelos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/rodent/
Date: Thu,  8 Oct 2015 03:56:02 +0000 (UTC)	[thread overview]
Message-ID: <1444276564.ce8e88bf55b38ef4e1b3cb8d0e15439fa90c1d3b.angelos@gentoo> (raw)

commit:     ce8e88bf55b38ef4e1b3cb8d0e15439fa90c1d3b
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  8 03:55:55 2015 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Thu Oct  8 03:56:04 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce8e88bf

x11-misc/rodent: die when pushd/popd fails

Package-Manager: portage-2.2.22

 x11-misc/rodent/rodent-5.3.16.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/rodent/rodent-5.3.16.3.ebuild b/x11-misc/rodent/rodent-5.3.16.3.ebuild
index 02849b5..4204844 100644
--- a/x11-misc/rodent/rodent-5.3.16.3.ebuild
+++ b/x11-misc/rodent/rodent-5.3.16.3.ebuild
@@ -24,9 +24,9 @@ pkg_setup() {
 }
 
 src_prepare() {
-	pushd apps/rodent-pkg >/dev/null
+	pushd apps/rodent-pkg >/dev/null || die
 	sed -i -e "/^install-data-hook/d" \
 		-e "/rm -f/d" Build/Makefile.am || die
 	eautoreconf
-	popd >/dev/null
+	popd >/dev/null || die
 }


             reply	other threads:[~2015-10-08  3:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-08  3:56 Christoph Mende [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-01-06  5:05 [gentoo-commits] repo/gentoo:master commit in: x11-misc/rodent/ Thomas Deutschmann
2018-01-05 10:42 Mikle Kolyada
2017-11-29  0:31 Denis Dupeyron
2017-06-09  7:39 Michał Górny
2017-01-13 15:41 Agostino Sarubbo
2016-12-20 12:31 Tobias Klausmann
2015-10-07 17:50 Christoph Mende

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=1444276564.ce8e88bf55b38ef4e1b3cb8d0e15439fa90c1d3b.angelos@gentoo \
    --to=angelos@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