diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-04-12 23:36:10 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-04-12 23:36:10 +0200 |
| commit | 546ee949f384c7c666372b9c1f5c064c8a8f2e89 (patch) | |
| tree | 4e38867f19966485f9e565384a51a960acedba31 /util/podman/norce_build_and_run.sh | |
| parent | 9e0147cb0d4a07fddfdc77063d7d83d8ad1ac0d3 (diff) | |
| download | libs-lbm-546ee949f384c7c666372b9c1f5c064c8a8f2e89.tar.gz | |
Preventing copied linkout
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' |
