You could put sudo install --owner ... in your Makefile, however, that's not what I'd recommend.
Just use install with no --owner set and do sudo make install (assuming your target is named that way) when installing your software. Do you mean Scratchbox chroot or normal chroot environment? With Scratchbox, use /scratchbox/sbin/sbox_adduser and with some other chroot, go to chroot environment as root and add your user there. Regards, Jussi Heinz Bruederlin wrote: > Hi all, > > I want to use the "--owner bin" feature of "install" in a Makefile generated > with "configure". > How can this be done ? > How can I get root permissions ? > And how can a user be added to the chroot environment ? > > Thanks > Heinz > > _______________________________________________ Scratchbox-users mailing list Scratchbox-users@lists.scratchbox.org http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users