Xymon Mailing List Archive search

Building hobbit 4.1.4 ~/client/Makefile should not execute "chown" when PKGBUILD is defined.

list Anton Burkhalter
Thu, 04 Aug 2005 00:33:07 +0200
Message-Id: <user-72168aa0d9c5@xymon.invalid>

Hi,

It should be possible to use a make install without executing "chown" 
and "chgrp".
This is implemented in  ~/hobbitd/Makefile but not in ~/client/Makefile

ifndef PKGBUILD
     chown $(BBUSER) ....
     chgrp `$(IDTOOL) ...
endif

I build standard packages on Solaris (pkgadd) and Tru64 (setld). It 
would be great if this can be made with a non-privileged account.

Best regards,

Tony