From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/kafka-bin/
Date: Sat, 1 Oct 2016 11:18:03 +0000 (UTC) [thread overview]
Message-ID: <1475320664.c699884297e0ae2e1ddfe3aec35164d681928861.mrueg@gentoo> (raw)
commit: c699884297e0ae2e1ddfe3aec35164d681928861
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 28 21:31:03 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Oct 1 11:17:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6998842
net-misc/kafka-bin: Add missing || die
Package-Manager: portage-2.3.1
net-misc/kafka-bin/kafka-bin-0.10.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/kafka-bin/kafka-bin-0.10.0.1.ebuild b/net-misc/kafka-bin/kafka-bin-0.10.0.1.ebuild
index 7dcdb9e..34f802c 100644
--- a/net-misc/kafka-bin/kafka-bin-0.10.0.1.ebuild
+++ b/net-misc/kafka-bin/kafka-bin-0.10.0.1.ebuild
@@ -36,8 +36,8 @@ pkg_setup() {
}
src_prepare() {
- sed -i -e 's:/tmp/zookeeper:/var/lib/kafka/zookeeper:' "config/zookeeper.properties"
- sed -i -e 's:/tmp/kafka-logs:/var/lib/kafka/logs:' "config/server.properties"
+ sed -i -e 's:/tmp/zookeeper:/var/lib/kafka/zookeeper:' "config/zookeeper.properties" || die
+ sed -i -e 's:/tmp/kafka-logs:/var/lib/kafka/logs:' "config/server.properties" || die
}
src_install() {
next reply other threads:[~2016-10-01 13:22 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-01 11:18 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-10-20 16:49 [gentoo-commits] repo/gentoo:master commit in: net-misc/kafka-bin/ Patrick Lauer
2016-10-28 12:43 Patrick Lauer
2016-12-28 17:10 Patrick Lauer
2017-03-09 11:13 Patrick Lauer
2017-05-02 5:50 Patrick Lauer
2017-07-04 13:43 Patrick Lauer
2017-11-02 7:35 Patrick Lauer
2017-11-26 23:23 David Seifert
2017-11-28 18:29 Patrick Lauer
2017-12-10 17:34 Ulrich Müller
2017-12-18 23:28 Ulrich Müller
2018-03-30 18:53 Patrick Lauer
2018-07-28 8:06 Patrick Lauer
2018-08-04 11:06 Patrick Lauer
2018-08-26 17:40 Michał Górny
2019-01-26 15:49 Patrick Lauer
2019-02-22 8:57 Patrick Lauer
2019-02-22 8:57 Patrick Lauer
2019-05-30 6:57 Patrick Lauer
2019-05-30 6:57 Patrick Lauer
2019-06-26 17:39 罗百科
2020-02-26 19:17 William Hubbs
2020-02-26 20:01 William Hubbs
2020-06-19 12:57 罗百科
2020-06-19 12:57 罗百科
2020-08-09 5:50 罗百科
2020-09-22 14:05 罗百科
2021-05-20 8:18 罗百科
2021-05-20 8:18 罗百科
2021-09-22 12:31 罗百科
2021-09-22 12:31 罗百科
2022-02-15 10:53 罗百科
2022-03-16 10:35 罗百科
2022-04-07 8:43 罗百科
2022-05-19 13:11 罗百科
2022-09-21 12:54 罗百科
2022-10-04 15:39 罗百科
2023-02-05 8:03 罗百科
2023-02-05 8:03 罗百科
2023-03-20 8:14 罗百科
2023-03-20 8:14 罗百科
2023-06-17 15:23 罗百科
2023-06-17 15:23 罗百科
2023-07-31 13:27 罗百科
2023-07-31 14:24 罗百科
2023-10-17 18:27 罗百科
2023-12-31 18:00 罗百科
2024-02-06 9:34 Patrick Lauer
2024-02-06 9:34 Patrick Lauer
2024-03-13 9:07 Patrick Lauer
2024-07-15 5:43 Patrick Lauer
2024-08-02 9:49 Patrick Lauer
2024-08-02 9:49 Patrick Lauer
2024-11-01 8:05 Patrick Lauer
2024-11-01 8:05 Patrick Lauer
2024-11-08 18:46 Patrick Lauer
2025-03-19 9:33 Patrick Lauer
2025-03-19 9:33 Patrick Lauer
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=1475320664.c699884297e0ae2e1ddfe3aec35164d681928861.mrueg@gentoo \
--to=mrueg@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