summaryrefslogtreecommitdiff
path: root/sci-libs/sundials/files/sundials-5.0.0-fix-license-install-path.patch
blob: 5de76573630a8e97d67cd4d1ef8b787ed483ee81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d5436bf..76b27c5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1122,9 +1122,9 @@ endif()
 # install license and notice files
 install(
   FILES ${PROJECT_SOURCE_DIR}/LICENSE
-  DESTINATION include/sundials
+  DESTINATION share/doc/sundials-5.0.0
   )
 install(
   FILES ${PROJECT_SOURCE_DIR}/NOTICE
-  DESTINATION include/sundials
+  DESTINATION share/doc/sundials-5.0.0
   )