pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

RE: package with hard-coded shell path



> If you are trying to replace bone shell, ksh or bash,
> you can use REPLACE_{SH,KSH,BASH},
> and you need to add those shell to USE_TOOLS.
> 
> USE_TOOLS+=   bash
> REPLACE_BASH= tools/util.sh
> 
> It will be replaced in pre-configure phase.

When during pre-configure is this done?  I have a pre-configure step I need to 
do--running the script I need to REPLACE_BASH in--but the script is still not 
running.

> USE_TOOLS take care well whether the shell is builtin or not.
> 
> see also: make help topic=replace_interpreter


Thanks,
Tim


Home | Main Index | Thread Index | Old Index