|
From: Tatsuro M. <tma...@ya...> - 2017-07-18 10:37:48
|
> I have an issue with > patch -p1 < ../gnuplot-5.0.0-tabulate.patch > (Stripping trailing CRs from patch; use --binary to disable.) > can't find file to patch at input line 8 > Perhaps you used the wrong -p or --strip option? > The text leading up to this was: > -------------------------- > |Index: docs/gnuplot.doc > |=================================================================== > |RCS file: /cvsroot/gnuplot/gnuplot/docs/gnuplot.doc,v > |retrieving revision 1.895 > |diff -u -r1.895 gnuplot.doc > |--- docs/gnuplot.doc 17 Jun 2014 05:39:30 -0000 1.895 > |+++ docs/gnuplot.doc 20 Jun 2014 08:38:13 -0000 > -------------------------- > File to patch: > > patch -p1 < ../gnuplot-5.0.0-tabulate.patch How about the below? patch -p0 < ../gnuplot-5.0.0-tabulate.patch Tatsuro |