jlec 14/12/26 15:55:21 Added: xdmf2-1.0_p141226-module.patch Log: sci-libs/xdmf2: Install Modules correctly (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.1 sci-libs/xdmf2/files/xdmf2-1.0_p141226-module.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xdmf2/files/xdmf2-1.0_p141226-module.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xdmf2/files/xdmf2-1.0_p141226-module.patch?rev=1.1&content-type=text/plain Index: xdmf2-1.0_p141226-module.patch =================================================================== CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cef5909..46bcb88 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -346,4 +346,4 @@ endif(NOT XDMF_BUILD_CORE_ONLY) xdmf_create_config_file(${PROJECT_NAME}) install(FILES "${PROJECT_BINARY_DIR}/${PROJECT_NAME}Config.cmake" - DESTINATION ${CMAKE_INSTALL_PREFIX}) + DESTINATION ${CMAKE_INSTALL_PREFIX}/share/cmake/Modules/)
