6 Aug
2005
6 Aug
'05
4:14 p.m.
On Thu, Aug 04, 2005 at 12:33:07AM +0200, Anton Burkhalter wrote:
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
Will fix this.
Henrik