mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 19:20:42 +02:00
guix: Exclude minisketch files from release tarball
This commit is contained in:
parent
2d02e2fc56
commit
18043c411c
@ -13,7 +13,7 @@ set -ex
|
||||
GIT_ARCHIVE="$1"
|
||||
DISTNAME="$2"
|
||||
|
||||
git archive --prefix="${DISTNAME}/" HEAD | tar -xp
|
||||
git archive --prefix="${DISTNAME}/" HEAD | tar -xp --exclude '*minisketch*'
|
||||
|
||||
# Generate correct build info file from git, before we lose git
|
||||
GIT_BUILD_INFO="$(share/genbuild.sh /dev/stdout)"
|
||||
|
Loading…
Reference in New Issue
Block a user