On Sun, Dec 12, 2010 at 11:37:33AM -0600, Robert Mullin wrote: > root:/sources# tar xf bzip2-1.0.5.tar.gz > root:/sources# cd bzip2-1.0.5 > root:/sources/bzip2-1.0.5# patch -np1 -i ../bzip2-1.0.5-install_docs-1.patch > patch: **** Only garbage was found in the patch input. > > What's gone wrong? I've downloaded the patches anew twice ... no luck.
> -- > http://linuxfromscratch.org/mailman/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > Unsubscribe: See the above information page Try patch -Np1 instead of -np1. BTW what happened with your old build ? -- Mike --- -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
