You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/sundials/files/sundials-5.2.0-fix-license-...

16 lines
468 B

diff -Naur a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt 2020-04-01 00:03:37.000000000 +0300
+++ b/CMakeLists.txt 2020-04-21 13:27:58.000000000 +0300
@@ -1146,9 +1146,9 @@
# install license and notice files
install(
FILES ${PROJECT_SOURCE_DIR}/LICENSE
- DESTINATION include/sundials
+ DESTINATION share/doc/sundials-5.2.0
)
install(
FILES ${PROJECT_SOURCE_DIR}/NOTICE
- DESTINATION include/sundials
+ DESTINATION share/doc/sundials-5.2.0
)