When build.sh generates a new package, install.sh still references the old one, so needs manual fiddling. build.sh should just edit (or re-create from scratch) the install.sh to always reference the latest build.
When `build.sh` generates a new package, `install.sh` still references the old one, so needs manual fiddling. `build.sh` should just edit (or re-create from scratch) the `install.sh` to always reference the latest build.
When
build.sh
generates a new package,install.sh
still references the old one, so needs manual fiddling.build.sh
should just edit (or re-create from scratch) theinstall.sh
to always reference the latest build.