mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
128fadc4a1
Signed-off-by: Christoph Willing <chris.willing@linux.com>
12 lines
685 B
Diff
12 lines
685 B
Diff
--- 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 ;
|
|
}
|
|
|
|
//-----------------------------------------------------------------------------
|