From deba8115d2c2af26df42966b91ef04ff4dd79cde Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 14 May 2020 11:09:11 +0100 Subject: gentoo resync : 14.05.2020 --- .../files/sundials-5.2.0-fix-license-install-path.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sci-libs/sundials/files/sundials-5.2.0-fix-license-install-path.patch (limited to 'sci-libs/sundials/files') diff --git a/sci-libs/sundials/files/sundials-5.2.0-fix-license-install-path.patch b/sci-libs/sundials/files/sundials-5.2.0-fix-license-install-path.patch new file mode 100644 index 000000000000..8fb6c977ca76 --- /dev/null +++ b/sci-libs/sundials/files/sundials-5.2.0-fix-license-install-path.patch @@ -0,0 +1,15 @@ +diff -Naur a/CMakeLists.txt b/CMakeLists.txt +--- a/CMakeLists.txt 2020-04-01 00:03:37.000000000 +0300 ++++ b/CMakeLists.txt 2020-04-21 13:27:58.000000000 +0300 +@@ -1146,9 +1146,9 @@ + # install license and notice files + install( + FILES ${PROJECT_SOURCE_DIR}/LICENSE +- DESTINATION include/sundials ++ DESTINATION share/doc/sundials-5.2.0 + ) + install( + FILES ${PROJECT_SOURCE_DIR}/NOTICE +- DESTINATION include/sundials ++ DESTINATION share/doc/sundials-5.2.0 + ) -- cgit v1.2.3