Building hobbit 4.1.4 ~/client/Makefile should not execute "chown" when PKGBUILD is defined.
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) ...
endifWill fix this. Henrik