DF-0795 / build.sh
#!/bin/sh # DF-0795 build script: no compilation needed for the trigger itself, but # we install the python patcher. Any C helpers are built separately. set -e cd "$(dirname "$0")" echo "DF-0795: nothing to compile for the basic trigger (Python image patcher)." echo "Run ./run.sh as root to: make FAT image -> patch -> mount -> ls -> umount." test -f craft_img.py echo "OK: craft_img.py present" |