summaryrefslogtreecommitdiff
path: root/sci-libs/sundials/files/sundials-3.1.2-fix-license-install-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/sundials/files/sundials-3.1.2-fix-license-install-path.patch')
-rw-r--r--sci-libs/sundials/files/sundials-3.1.2-fix-license-install-path.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/sci-libs/sundials/files/sundials-3.1.2-fix-license-install-path.patch b/sci-libs/sundials/files/sundials-3.1.2-fix-license-install-path.patch
new file mode 100644
index 000000000000..188e29999fca
--- /dev/null
+++ b/sci-libs/sundials/files/sundials-3.1.2-fix-license-install-path.patch
@@ -0,0 +1,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)