diff options
Diffstat (limited to 'graphics/paraview/011_doc_path.diff')
-rw-r--r-- | graphics/paraview/011_doc_path.diff | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/paraview/011_doc_path.diff b/graphics/paraview/011_doc_path.diff deleted file mode 100644 index 3b49cc11ec..0000000000 --- a/graphics/paraview/011_doc_path.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- ParaViewCore/ClientServerCore/Default/vtkPVFileInformation.cxx.orig 2018-11-07 05:03:24.000000000 +1000 -+++ ParaViewCore/ClientServerCore/Default/vtkPVFileInformation.cxx 2018-11-23 18:17:38.214000000 +1000 -@@ -1227,7 +1227,8 @@ - //----------------------------------------------------------------------------- - std::string vtkPVFileInformation::GetParaViewDocDirectory() - { -- return vtkPVFileInformation::GetParaViewSharedResourcesDirectory() + "/doc"; -+ /* return vtkPVFileInformation::GetParaViewSharedResourcesDirectory() + "/doc"; */ -+ return "/usr/doc/paraview-" PARAVIEW_VERSION_FULL ; - } - - //----------------------------------------------------------------------------- |