[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.



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