From 0eac1f7ba49eacf7a87fcb25dff762c4d28a2509 Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 12 Aug 2022 10:43:22 +0100 Subject: build: include share/rpcauth in tarball & installer Fixes #19081. --- contrib/guix/libexec/build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/guix/libexec/build.sh') 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 -- cgit v1.2.3