[Scratchbox-users] using "install --owner" in scratchbox

Jussi Hakala jussi.hakala at movial.fi
Wed Nov 22 16:41:02 EET 2006


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



More information about the Scratchbox-users mailing list