diff options
Diffstat (limited to 'graphics/paraview/013_doc_path.diff.in')
-rw-r--r-- | graphics/paraview/013_doc_path.diff.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/paraview/013_doc_path.diff.in b/graphics/paraview/013_doc_path.diff.in new file mode 100644 index 000000000000..1aa875733b21 --- /dev/null +++ b/graphics/paraview/013_doc_path.diff.in @@ -0,0 +1,12 @@ +--- Remoting/Core/vtkPVFileInformation.cxx.orig 2024-09-27 11:50:53.000000000 +1000 ++++ Remoting/Core/vtkPVFileInformation.cxx 2024-10-28 17:05:44.297004753 +1100 +@@ -1273,7 +1273,8 @@ + //----------------------------------------------------------------------------- + std::string vtkPVFileInformation::GetParaViewDocDirectory() + { +- return vtkPVFileInformation::GetParaViewSharedResourcesDirectory() + "/doc"; ++ /* return vtkPVFileInformation::GetParaViewSharedResourcesDirectory() + "/doc"; */ ++ return "/usr/doc/paraview-@VERSION@"; + } + + //----------------------------------------------------------------------------- |