> [EMAIL PROTECTED] ivtv # patch < ivtv_0.2rc3i_2.4.patch > can't find file to patch at input line 4 > Perhaps you should have used the -p or --strip option? > The text leading up to this was: > -------------------------- > |diff -ru ivtv-0.2.0-rc3i/driver/compat.h > ivtv-0.2.0-rc3i.patched/driver/compat.h > |--- ivtv-0.2.0-rc3i/driver/compat.h 2004-12-05 19:30:38.000000000 -0500 > |+++ ivtv-0.2.0-rc3i.patched/driver/compat.h 2005-03-23 > 04:41:42.000000000 -0500 > -------------------------- > > Both files exist, what am I doing wrong?
That patch command will only work if you're in the same directory as the file itself. Try using patch -p1 < ivtv_0.2rc3i_2.4.patch or man patch for more information. Ross ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel
