mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
504c5cab16
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
12 lines
623 B
Diff
12 lines
623 B
Diff
--- 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@";
|
|
}
|
|
|
|
//-----------------------------------------------------------------------------
|