On 10/11/2012 03:42 PM, Garrett Gaston wrote: > I got this: "./bld: line 16: /usr/bin/mv: No such file or directory" > when I ran my script for coreutils. I navigated to the /usr/bin > directory of the chroot enironment and there is no mv file or directory. > Any ideas? Also, if you want to see my script it's here > > http://pastebin.com/5h9JvgHs >
If you look closely at those commands, /usr/bin/mv is moved to /bin. The main problem is that you forgot to disable hashing in your scripts, so it's remembering the old location in /usr/bin and complaining about it not being there. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page