Xymon Mailing List Archive search

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

list Henrik Størner
Sat, 6 Aug 2005 18:14:11 +0200
Message-Id: <user-e594b2140768@xymon.invalid>

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