mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
tools/built-release.sh: fix archives we produce.
We were tarring up the build dir, not the destination dir! We did this for 0.6.3 and nobody noticed :( Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
1da8e498c0
commit
73c02691a3
@ -9,7 +9,7 @@ if [ x"$1" = x"--inside-docker" ]; then
|
||||
./configure
|
||||
make -j3
|
||||
make install DESTDIR=/"$VER"
|
||||
tar cvfz /release/clightning-"$VER".tar.gz -- *
|
||||
cd /"$VER" && tar cvfz /release/clightning-"$VER".tar.gz -- *
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user