projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea4599c
)
net-misc/kafka-bin: Add missing || die
author
Manuel Rüger
<mrueg@gentoo.org>
Wed, 28 Sep 2016 21:31:03 +0000
(23:31 +0200)
committer
Manuel Rüger
<mrueg@gentoo.org>
Sat, 1 Oct 2016 11:17:44 +0000
(13:17 +0200)
Package-Manager: portage-2.3.1
net-misc/kafka-bin/kafka-bin-0.10.0.1.ebuild
patch
|
blob
|
history
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 7dcdb9e9a7ab60bf719997872d46221e8917af04..34f802c03407445493a8284e8e297766ebadafa2 100644
(file)
--- 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() {