mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-05-01 05:08:10 -07:00
12 lines
469 B
Diff
12 lines
469 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -143,7 +143,7 @@ if(IS_TOP_PROJECT)
|
|
set(CPACK_SOURCE_IGNORE_FILES "/.git/;/.github/;/.vscode/;/build;/.clang-format;/.gitignore;/.travis.yml;/doc/images/;/doc/site;/doc/elfio.docx;/examples/sudo_gdb.sh;/tests")
|
|
|
|
install(FILES ${CPACK_RESOURCE_FILE_README} ${CPACK_RESOURCE_FILE_LICENSE}
|
|
- DESTINATION share/docs/${PROJECT_NAME})
|
|
+ DESTINATION ${CMAKE_INSTALL_DOCDIR})
|
|
|
|
include(CPack)
|
|
endif()
|