automake
[Top][All Lists]
Advanced

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

installation permissions overwrite with nobase_ prefix ?


From: Nicolas Joly
Subject: installation permissions overwrite with nobase_ prefix ?
Date: Fri, 4 Mar 2005 18:24:22 +0100
User-agent: Mutt/1.5.8i

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

[Prev in Thread] Current Thread [Next in Thread]