[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Building hobbit 4.1.4 ~/client/Makefile should not execute "chown" when PKGBUILD is defined.
- To: hobbit (at) hswn.dk
- Subject: Building hobbit 4.1.4 ~/client/Makefile should not execute "chown" when PKGBUILD is defined.
- From: Anton Burkhalter <anton.burkhalter (at) gmx.net>
- Date: Thu, 04 Aug 2005 00:33:07 +0200
- User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)
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