Re: deb permissions problem in SDK

2007-05-28 Thread Ian
Ola, > In your case (in /scratchbox/users/vern/home/) from user/ to vern/ > (note that you should do it in the directory to avoid the full path > being taken). > > This way any script that uses the hard-coded path '/home/user' will > actually use your home dir through the link. thx very much, i und

Re: deb permissions problem in SDK

2007-05-28 Thread Kalle Vahlman
2007/5/28, Ian <[EMAIL PROTECTED]>: > Ola, > >> Make your script scratchbox compatible by checking whether > >> /targets/links/scratchbox.config exists and substitute user with $USER > >> if it does. > > > > Or simply make a symlink to your home dir inside > > /scratchbox/users//home/ in case you h

Re: deb permissions problem in SDK

2007-05-28 Thread Ian
Ola, >> Make your script scratchbox compatible by checking whether >> /targets/links/scratchbox.config exists and substitute user with $USER >> if it does. > > Or simply make a symlink to your home dir inside > /scratchbox/users//home/ in case you have root access to > the machine you are running s

Re: deb permissions problem in SDK

2007-05-28 Thread Kalle Vahlman
2007/5/28, Jussi Hakala <[EMAIL PROTECTED]>: > Make your script scratchbox compatible by checking whether > /targets/links/scratchbox.config exists and substitute user with $USER > if it does. Or simply make a symlink to your home dir inside /scratchbox/users//home/ in case you have root access to

Re: deb permissions problem in SDK

2007-05-28 Thread Jussi Hakala
Normally, I'd suggest using $USER or $LOGNAME, but since the script is run by root, that won't help. Make your script scratchbox compatible by checking whether /targets/links/scratchbox.config exists and substitute user with $USER if it does. Regards, Jussi ext Ian wrote: > Hi, > I have ma

deb permissions problem in SDK

2007-05-28 Thread Ian
Hi, I have made a deb which customizes users home directory and gives some gconf commands to personalize user experience. Before installing to device I want to test in SDK. In scratchbox i get: [sbox-SDK_ARMEL: ~] > fakeroot dpkg -i jiboia.deb (Reading database ... 17741 files and directories c