On Sun, Dec 02, 2001 at 01:13:13PM +0800, Paolo Falcone wrote: > Jijo Jose A wrote: > >$ bzip2 -cd patch-2.4.15-to-2.5.0.bz2 |patch -p0 > >can't find file to patch at input line 4 > >Perhaps you used the wrong -p or --strip option? > >The text leading up to this was: > >-------------------------- > >|diff -urN linux-2.4.15/Makefile linux-2.5.0/Makefile > >|--- linux-2.4.15/Makefile Thu Nov 22 11:22:58 2001 > >|+++ linux-2.5.0/Makefile Thu Nov 22 22:23:44 2001 > >-------------------------- > >File to patch: > > change the name of the linux directory to linux-2.5.0
Or cd into the linux directory and use 'patch -p1' rather than 'patch -p0'. -- Colin Watson [EMAIL PROTECTED]