summaryrefslogtreecommitdiff
path: root/sci-libs/sundials/files/sundials-5.1.0-fix-license-install-path.patch
blob: 48b019611cb2d4a800b4863191cf2c602bacfb15 (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
@@ -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
   )