summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2015-10-16 00:00:03 +0000
committerAnthony G. Basile <blueness@gentoo.org>2015-10-23 07:26:46 -0400
commit5be824adbd39361d273f6d7c08a15a5574ceec24 (patch)
treee4d36723510a3b7adc18661ea7e6da6f17a46fc8 /net-p2p/bitcoind/bitcoind-9999.ebuild
parentbitcoincore: Bump to 0.11.1 (diff)
downloadgentoo-5be824adbd39361d273f6d7c08a15a5574ceec24.tar.gz
gentoo-5be824adbd39361d273f6d7c08a15a5574ceec24.tar.bz2
gentoo-5be824adbd39361d273f6d7c08a15a5574ceec24.zip
bitcoincore 0.11.1 & 9999: hasufell's suggestions
Diffstat (limited to 'net-p2p/bitcoind/bitcoind-9999.ebuild')
-rw-r--r--net-p2p/bitcoind/bitcoind-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/bitcoind/bitcoind-9999.ebuild b/net-p2p/bitcoind/bitcoind-9999.ebuild
index 5c38561fd52b..715308d80bea 100644
--- a/net-p2p/bitcoind/bitcoind-9999.ebuild
+++ b/net-p2p/bitcoind/bitcoind-9999.ebuild
@@ -28,7 +28,7 @@ pkg_setup() {
}
src_prepare() {
- sed -i 's/have bitcoind &&//;s/^\(complete -F _bitcoind bitcoind\) bitcoin-cli$/\1/' contrib/${PN}.bash-completion
+ sed -i 's/have bitcoind &&//;s/^\(complete -F _bitcoind bitcoind\) bitcoin-cli$/\1/' contrib/${PN}.bash-completion || die
bitcoincore_src_prepare
}