I have a couple of executable helper scripts that I would like for the installer to install in the bin directory of the target machine.
Is there a "standard" way to distribute them and get them to install in the correct directories? What about portability issues? For example, I could simply hack the Makefile procedure (I used h2xs for the base of my distro) and have these files copied to /usr/local/bin but this would not be portable to other non-unix platforms. The question is to know if there is a standard module or best practice to deploy these helper scripts?