On 6/28/05, Stephen Liu <[EMAIL PROTECTED]> wrote:
> Hi Andrew,
> 
<snip>

> 
> # chown lfs $LFS/sources
> chown: cannot access `/sources': No such file or
> directory
> 
> I'm held here again.  Any advice?
> 

When you "su" you load a new environment, and your $LFS variable is
lost, so the chown is attempting to access /sources, instead of
/mnt/lfs/sources.

do a "export LFS=/mnt/lfs" and run the chown again.

-- -
Steve Crosby
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to