Hi,

I'm trying to setup custom installation permissions for a project
where a group will install/update some packages, and then need non
standard permissions on files (664) and directories (775) ...

For most of them, it works pretty well by setting some `INSTALL_*'
variables in config.site file:

INSTALL_DATA="\${INSTALL} -m 664"
INSTALL_PROGRAM="\${INSTALL} -m 775"
INSTALL_SCRIPT="\${INSTALL} -m 775"

but problems arise when projects use the `nobase_' prefix. In that
case, Automake create some new variables `install_sh_*' which are not
substitued at configure time.

install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c

It would be great to be able to use the same permissions in both
cases.

Did i missed something, or there is no easy way yet ?

Thanks in advance,
Regards.

-- 
Nicolas Joly

Biological Software and Databanks.
Institut Pasteur, Paris.


Reply via email to