Valentine Michael Smith wrote:
> I removed the outdated standards.info file, and then tried the sed command:
>
> sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in
>
> I got back:
>
> sed: can't read etc/Makefile.in: No such file or directory

The rm will not give a file not found due to the -f option.
The sed didn't find the file.

You are not executing the instructions from the correct directory.

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