Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 919772
Collapse All | Expand All

(-)a/net-p2p/bitcoin-core/bitcoin-core-26.0.ebuild (+2 lines)
Lines 194-202 src_configure() { Link Here
194
src_compile() {
194
src_compile() {
195
	default
195
	default
196
196
197
	if use daemon ; then
197
	tc-is-cross-compiler || TOPDIR="${S}" bash contrib/devtools/gen-bitcoin-conf.sh || die
198
	tc-is-cross-compiler || TOPDIR="${S}" bash contrib/devtools/gen-bitcoin-conf.sh || die
198
	sed -e 's/ To use, copy this file$//p;Tp;:0;n;/save the file\.$/!b0;d;:p;p' \
199
	sed -e 's/ To use, copy this file$//p;Tp;:0;n;/save the file\.$/!b0;d;:p;p' \
199
		-ni share/examples/bitcoin.conf || die
200
		-ni share/examples/bitcoin.conf || die
201
	fi
200
}
202
}
201
203
202
src_test() {
204
src_test() {

Return to bug 919772