Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Install run-help and *.zwc files system wide in build system



On Tue, 12 Nov 2013 21:42:55 +0000 (UTC)
Martin Vaeth <vaeth@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> > It would be good to make run-help into run-help.in, substitute the help
> > directory in it when config.status gets run, and install the result
> 
> If the script should be provided to the user (as it is currently) so
> that he can create the help-directory wherever he wants later on,
> it is not good to force a fixed destination directory.

That's not the point --- there's already a path hardwired into it as a
default if the environment variable isn't set:

local HELPDIR=${HELPDIR:-/usr/share/zsh/$ZSH_VERSION/help}

That default should be the right one, not some arbitrary string that
might not point at anything at all.

pws



Messages sorted by: Reverse Date, Date, Thread, Author