https://bz.apache.org/ooo/show_bug.cgi?id=126258

--- Comment #3 from Alexander Pyhalov <[email protected]> ---
Created attachment 84831
  --> https://bz.apache.org/ooo/attachment.cgi?id=84831&action=edit
Don't patch files accross ../

The issue seems to be in GNU patch - it refuses to patch files outside of
current directory:
$ echo aa> file1
$ echo bb> file2
$ mkdir 1
$ diff -u file1 file2> 1/patch
$ cd 1
$ patch ../file1 patch
Invalid file name ../file1 -- skipping patch

And OO makes 
patch ../../unxsogi.pro/bin/odkcommon/docs/java/ref/index.html
idl_ref_javadoc.patch

which leads to

Invalid file name ../../unxsogi.pro/bin/odkcommon/docs/java/ref/index.html --
skipping patch

-- 
You are receiving this mail because:
You are the assignee for the issue.

Reply via email to