aboutsummaryrefslogtreecommitdiff
path: root/local-tomo
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-12-21 16:02:08 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-12-21 16:02:08 -0500
commitbd244c69f5edd6b84753a4bc6c2bd1ca011e90f7 (patch)
tree1ebdcf3e557796afab9fbe11c807d692f46086bd /local-tomo
parent13c430fde1388703aa002fdb203548801082d4e3 (diff)
Tweak build setup
Diffstat (limited to 'local-tomo')
-rwxr-xr-xlocal-tomo4
1 files changed, 2 insertions, 2 deletions
diff --git a/local-tomo b/local-tomo
index d16e090e..2bab6e2b 100755
--- a/local-tomo
+++ b/local-tomo
@@ -1,6 +1,6 @@
#!/bin/sh
version=$(awk '/^## / {print $2; exit}' CHANGES.md)
-if ! [ -e ./build/$version/bin/tomo ]; then
+if ! [ -e ./build/tomo@$version/bin/tomo ]; then
make -j
fi
-exec ./build/$version/bin/tomo "$@"
+exec ./build/tomo@$version/bin/tomo "$@"