From 623ee73d661e5ed8475cb264511f683407d87365 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 12 Apr 2020 03:41:30 +0100 Subject: gentoo Easter resync : 12.04.2020 --- .../files/sundials-5.1.0-fix-license-install-path.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sci-libs/sundials/files/sundials-5.1.0-fix-license-install-path.patch (limited to 'sci-libs/sundials/files') diff --git a/sci-libs/sundials/files/sundials-5.1.0-fix-license-install-path.patch b/sci-libs/sundials/files/sundials-5.1.0-fix-license-install-path.patch new file mode 100644 index 000000000000..48b019611cb2 --- /dev/null +++ b/sci-libs/sundials/files/sundials-5.1.0-fix-license-install-path.patch @@ -0,0 +1,16 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index d5436bf..76b27c5 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1146,9 +1146,9 @@ endif() + # install license and notice files + install( + FILES ${PROJECT_SOURCE_DIR}/LICENSE +- DESTINATION include/sundials ++ DESTINATION share/doc/sundials-5.1.0 + ) + install( + FILES ${PROJECT_SOURCE_DIR}/NOTICE +- DESTINATION include/sundials ++ DESTINATION share/doc/sundials-5.1.0 + ) -- cgit v1.2.3