From 43a8ac51d378eaa2806aeacd97981d4ece83dc83 Mon Sep 17 00:00:00 2001 From: Kyle Date: Mon, 14 Sep 2026 14:38:10 -0400 Subject: [PATCH] repro-build: pass VERSION to the install step --- tools/repro-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/repro-build.sh b/tools/repro-build.sh index 621847e71d13..13972f34f31a 100755 --- a/tools/repro-build.sh +++ b/tools/repro-build.sh @@ -149,7 +149,7 @@ $INST $(cut -c66- < /tmp/SHASUMS) ./configure --prefix=/usr CC="gcc -fdebug-prefix-map=$(pwd)=/home/clightning" # libwally wants "python". Seems to work to force it here. make -j"$MAKEPAR" PYTHON_VERSION=3 VERSION="$VERSION" -make -j"$MAKEPAR" install DESTDIR=inst/ +make -j"$MAKEPAR" install DESTDIR=inst/ VERSION="$VERSION" cd inst && tar --sort=name \ --mtime="$MTIME 00:00Z" \