[Nagiosplug-devel] User defined in make install

Andreas Ericsson ae at op5.se
Wed Nov 24 05:22:56 CET 2004


Voon, Ton wrote:
> I'm interested in what you propose. The current install using the user and
> group switches unfortunately stops the make install-strip working.
> 
> However, I can see that there may be some portability problems if you try
> and do the chown yourself as your example below is not supported on Solaris
> 2.6 (must be chown user:group, not user.group).
> 
> I'll be happier if you use some technique that the rest of GNU land uses.
> 

That would be
chown user file; chgrp group file

I'll do that then. I expect to have a patch ready sometime thursday or 
friday.

> Ton
> 
> -----Original Message-----
> From: Andreas Ericsson [mailto:ae at op5.se] 
> Sent: 24 November 2004 11:30
> To: nagiosplug-devel at lists.sourceforge.net
> Subject: [Nagiosplug-devel] User defined in make install
> 
> 
> Ahoy.
> install installs with user and group switches.
> 
> This severely befuddles the packaging process. Would a patch to rectify 
> this and move to 'install -m ...; chown user.group ... >& /dev/null || 
> :' be welcome?
> 

-- 
Andreas Ericsson                   andreas.ericsson at op5.se
OP5 AB                             www.op5.se
Lead Developer




More information about the Devel mailing list