Adding a --nobindir (or similar) compile flag option
Hi Eric
This is just a suggestion for you to consider (for all your 66-service/arch services )
Most times the frontends should work without the need to have the full path defined, as executables defined in the Execute key section fall inside the $PATH (given the environment is setup correctly).
I have been using your 66-service/arch sources to build frontends for deb files & 99% of the time the only modification required is to modify the Execute key to remove the %%BINDIR%%/ path (some executables in debian fall under /usr/sbin others fall under /usr/bin).
I have used the following "hack" (lines 38-46) in my debian/rules file (which works), but I suggest a proper flag at compile time would be much more elegant & other distros might benefit from this if they use a similar approach to port 66 frontend services directly from Arch...
https://git.obarun.org/66-service/debian/66-service-acpid/-/blob/debian/debian/rules