[KWILLIAMS - Wed Nov 10 12:16:10 2004]:
Show quoted text> I'm not completely sure what your exact need is - do you want to make
> the things in script/
> go somewhere else, or do you want to make scripts go into bin/ ?
>
> If it's the former, can you explain what you mean by "generally
> bogus"? I'm sure we can
> figure out something sensible.
>
> If it's the latter, I recommend not to do that - people installing
> your module will want to be
> able to set "--install_path script=/foo/bar" to control where the
> scripts go.
I think he means the latter and I'd agree. ${install_base}/script is a
little silly. There's no /usr/script. No OS I know of has a script
directory. People don't make distinctions when installing programs
between scripts and binaries.
The "script" vs "binary" distinction is purely bookkeeping and only
necessary to build the executable, not to use it.
Finally, I don't see how this interferes with --install_path script.
Patch attached so that scripts go into ${install_base}/bin.