build: include share/rpcauth in tarball & installer

Fixes #19081.
This commit is contained in:
fanquake
2022-08-12 10:43:22 +01:00
parent cf39913e57
commit 0eac1f7ba4
2 changed files with 5 additions and 0 deletions

View File

@@ -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