3 Aug
2005
3 Aug
'05
10:33 p.m.
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