mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-25 07:52:59 +03:00
sh: ensure release dir exists in static king build
Fixes a minor bug that can occur when copying the resulting binary. (Also removes the use of ldd, which doesn't apply in the static binary case.)
This commit is contained in:
parent
fe05a61b8b
commit
4c6b665e94
@ -18,8 +18,9 @@ king=$(bash $(nix-build --no-link -A fullBuildScript))
|
||||
|
||||
popd
|
||||
|
||||
mkdir -p release
|
||||
|
||||
out="release/king-linux64-static-$ver"
|
||||
|
||||
cp "$king"/bin/urbit-king "$out"
|
||||
|
||||
ldd "$out"
|
||||
|
Loading…
Reference in New Issue
Block a user