public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/distro-info/
Date: Mon,  1 Mar 2021 08:26:10 +0000 (UTC)	[thread overview]
Message-ID: <1614587157.90169acaf310a7464980e089574f116b3b2ce242.juippis@gentoo> (raw)

commit:     90169acaf310a7464980e089574f116b3b2ce242
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  1 08:25:38 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Mar  1 08:25:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90169aca

dev-util/distro-info: add missing die on 1.0

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-util/distro-info/distro-info-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/distro-info/distro-info-1.0.ebuild b/dev-util/distro-info/distro-info-1.0.ebuild
index 424eef903fb..fb1bd4cbd9e 100644
--- a/dev-util/distro-info/distro-info-1.0.ebuild
+++ b/dev-util/distro-info/distro-info-1.0.ebuild
@@ -69,7 +69,7 @@ src_compile() {
 }
 
 src_install() {
-	emake PERL_VENDORLIB=$(perl -e 'require Config; print "$Config::Config{'vendorlib'}\n";') \
+	emake PERL_VENDORLIB=$(perl -e 'require Config; print "$Config::Config{'vendorlib'}\n";' || die) \
 		DESTDIR="${D}" install
 
 	if use python; then


             reply	other threads:[~2021-03-01  8:26 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-01  8:26 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-10-30 10:41 [gentoo-commits] repo/gentoo:master commit in: dev-util/distro-info/ Ionen Wolkens
2021-07-26  2:28 Sam James
2021-07-26  2:28 Sam James
2021-07-26  2:27 Sam James
2021-05-31 20:53 Michał Górny
2021-03-11 17:03 Ben Kohler
2021-03-01  8:26 Joonas Niilola
2020-03-18 18:26 Michał Górny
2020-03-18 11:04 Agostino Sarubbo
2020-03-17 16:01 Agostino Sarubbo
2019-10-13 16:55 Joonas Niilola
2018-06-26 18:46 Pacho Ramos
2016-12-31 22:20 Agostino Sarubbo
2016-05-19 16:26 Ian Delaney

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=1614587157.90169acaf310a7464980e089574f116b3b2ce242.juippis@gentoo \
    --to=juippis@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