diff options
author | fanquake <fanquake@gmail.com> | 2022-08-12 10:43:22 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-08-16 11:32:42 +0100 |
commit | 0eac1f7ba49eacf7a87fcb25dff762c4d28a2509 (patch) | |
tree | 3dad7ad8e725e52b66d1943a28cdd6bcff26aab9 /contrib/guix/libexec | |
parent | cf39913e574857b8066795d33cb88ac5e45d05db (diff) |
build: include share/rpcauth in tarball & installer
Fixes #19081.
Diffstat (limited to 'contrib/guix/libexec')
-rwxr-xr-x | contrib/guix/libexec/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/guix/libexec/build.sh b/contrib/guix/libexec/build.sh index 28cad05013..2795a90036 100755 --- a/contrib/guix/libexec/build.sh +++ b/contrib/guix/libexec/build.sh @@ -369,6 +369,8 @@ mkdir -p "$DISTSRC" # has not been run before buildling, this file will be a stub cp "${DISTSRC}/share/examples/bitcoin.conf" "${DISTNAME}/" + cp -r "${DISTSRC}/share/rpcauth" "${DISTNAME}/share/" + # Finally, deterministically produce {non-,}debug binary tarballs ready # for release case "$HOST" in |