summaryrefslogtreecommitdiff
path: root/sci-libs/sundials/files/sundials-3.1.2-fix-license-install-path.patch
blob: 188e29999fca1d9d555601f0ef8064636fc8c4c0 (plain)
1
2
3
4
5
6
7
8
9
diff -ru sundials-3.1.2.orig/CMakeLists.txt sundials-3.1.2/CMakeLists.txt
--- sundials-3.1.2.orig/CMakeLists.txt	2018-07-31 17:25:19.000000000 -0000
+++ sundials-3.1.2/CMakeLists.txt	2019-04-17 12:18:58.894563957 -0000
@@ -1629,4 +1629,4 @@
 # install license file
 INSTALL(
   FILES ${PROJECT_SOURCE_DIR}/LICENSE
-  DESTINATION include/sundials)
+  DESTINATION share/doc/sundials-3.1.2)