From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- .../files/sundials-5.7.0-fix-license-install-path.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sci-libs/sundials/files/sundials-5.7.0-fix-license-install-path.patch (limited to 'sci-libs/sundials/files') diff --git a/sci-libs/sundials/files/sundials-5.7.0-fix-license-install-path.patch b/sci-libs/sundials/files/sundials-5.7.0-fix-license-install-path.patch new file mode 100644 index 000000000000..88fb964f8995 --- /dev/null +++ b/sci-libs/sundials/files/sundials-5.7.0-fix-license-install-path.patch @@ -0,0 +1,17 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 40a650e..2133476 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -231,10 +231,10 @@ endif() + + # install license and notice files + install(FILES "${PROJECT_SOURCE_DIR}/LICENSE" +- DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/sundials" ++ DESTINATION share/doc/sundials-5.7.0 + ) + install(FILES "${PROJECT_SOURCE_DIR}/NOTICE" +- DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/sundials" ++ DESTINATION share/doc/sundials-5.7.0 + ) + + # create package version file -- cgit v1.2.3