Hello,
the following patch is working as expected in my local build (that means
it changes the plugin path correctly), but not if I apply it to the
paraview src-package, maybe something additional has to be changed in
the rules file or somewhere else:
--- ParaView3/CMake/ParaViewPlugins.cmake 2009-06-10
15:18:18.000000000 +0200
+++ paraview-3.6.2/CMake/ParaViewPlugins.cmake 2010-04-06
20:15:34.000000000 +0200
@@ -8,7 +8,7 @@
MACRO(internal_paraview_install_plugin name)
IF (PV_INSTALL_BIN_DIR)
INSTALL(TARGETS ${name}
- DESTINATION "${PV_INSTALL_BIN_DIR}/plugins/${name}"
+ DESTINATION "/usr/lib/paraview/plugins/${name}"
COMPONENT Runtime)
ENDIF (PV_INSTALL_BIN_DIR)
ENDMACRO(internal_paraview_install_plugin)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]