Add SKIP_NATIVE to skip building for native

* remove tail
* DEBUG_SHELL: pause before copying
This commit is contained in:
2026-01-17 12:01:35 -05:00
parent 2e7e85b81c
commit 1e047e2ba2
2 changed files with 6 additions and 5 deletions

5
run.sh
View File

@@ -20,7 +20,6 @@ cd ./w
if [ "${DEBUG_SHELL-n}" = y ]; then
echo "Stopping before build... Run 'exit 1' to skip building"
tail -12 "$0"
bash
fi
@@ -34,9 +33,9 @@ fi
LOGDEST=../output PKGDEST=../output makepkg --syncdeps --log
sudo cp -r ../output /w
if [ "${DEBUG_SHELL-n}" = y ]; then
echo "Build complete"
bash
fi
sudo cp -r ../output /w