On 16/10/15 23:55, Grégoire Babey wrote:
> gregexp@greg-desktop:~/.local/share/Trash/files/groff-1.22.3$ patch -p0
> < /home/gregexp/Bureau/patch1glilypond
> can't find file to patch at input line 5
> Perhaps you used the wrong -p or --strip option?
> The text leading up to this was:
> --------------------------
> |diff --git a/contrib/glilypond/ChangeLog b/contrib/glilypond/ChangeLog
> |index 7cf6476..e124b3d 100644
> |--- a/contrib/glilypond/ChangeLog
> |+++ b/contrib/glilypond/ChangeLog

>From top level groff source directory, the files you are trying to patch
are in contrib/glilypond/..., so you need 'patch -p1 ...', to tell patch
to ignore the first level, (a/ vs. b/), recorded in the git style patch
file.

Reply via email to