[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Building hobbit 4.1.4 ~/client/Makefile should not execute "chown" when PKGBUILD is defined.
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Building hobbit 4.1.4 ~/client/Makefile should not execute "chown" when PKGBUILD is defined.
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Sat, 6 Aug 2005 18:14:11 +0200
- References: <42F14623.8060806@gmx.net>
- User-agent: Mutt/1.5.6+20040907i
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