mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 03:03:22 -03:00
contrib: fix BUILDDIR in gen-bitcoin-conf script
This commit is contained in:
parent
f34fe0806a
commit
b3a96b3569
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
export LC_ALL=C
|
export LC_ALL=C
|
||||||
TOPDIR=${TOPDIR:-$(git rev-parse --show-toplevel)}
|
TOPDIR=${TOPDIR:-$(git rev-parse --show-toplevel)}
|
||||||
BUILDDIR=${BUILDDIR:-$TOPDIR}
|
BUILDDIR=${BUILDDIR:-$TOPDIR/build}
|
||||||
BINDIR=${BINDIR:-$BUILDDIR/src}
|
BINDIR=${BINDIR:-$BUILDDIR/src}
|
||||||
BITCOIND=${BITCOIND:-$BINDIR/bitcoind}
|
BITCOIND=${BITCOIND:-$BINDIR/bitcoind}
|
||||||
SHARE_EXAMPLES_DIR=${SHARE_EXAMPLES_DIR:-$TOPDIR/share/examples}
|
SHARE_EXAMPLES_DIR=${SHARE_EXAMPLES_DIR:-$TOPDIR/share/examples}
|
||||||
|
|
Loading…
Add table
Reference in a new issue