diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-04-22 16:49:30 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-04-22 16:49:30 +0200 |
| commit | 1aee54ea763a19590f4aa41f991cef8f91cf6a93 (patch) | |
| tree | 7e45e43e9152520d97f991d62dd86362c27cd054 /util/podman/norce_build_and_run.sh | |
| parent | 0f0af5c3e095637c7ede1c8dc20b248a3471dc3a (diff) | |
| parent | 45ebf7411d687ab5530431ab1bcc74edb0499c69 (diff) | |
| download | libs-lbm-1aee54ea763a19590f4aa41f991cef8f91cf6a93.tar.gz | |
Merge branch 'dev'
Diffstat (limited to 'util/podman/norce_build_and_run.sh')
| -rwxr-xr-x | util/podman/norce_build_and_run.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/podman/norce_build_and_run.sh b/util/podman/norce_build_and_run.sh index 048d2c7..42d1f24 100755 --- a/util/podman/norce_build_and_run.sh +++ b/util/podman/norce_build_and_run.sh @@ -74,10 +74,10 @@ podman run --rm -it \ nix-store --verify --check-contents || true # Build - nix-build default.nix -A release.examples --out-link result + nix-build default.nix -A release.examples --out-link /tmp/result - # --- Interactive binary selection --- - BIN_DIR=./result/bin + # --- Interactive binary selection --- + BIN_DIR=/tmp/result/bin mapfile -t BINARIES < <(ls -1 \$BIN_DIR) if (( \${#BINARIES[@]} == 0 )); then echo 'No binaries found in result/bin' |
