aboutsummaryrefslogtreecommitdiff
path: root/project/cmake/scripts/linux/install.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'project/cmake/scripts/linux/install.cmake')
-rw-r--r--project/cmake/scripts/linux/install.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/project/cmake/scripts/linux/install.cmake b/project/cmake/scripts/linux/install.cmake
index b8876108b0..db845fbd95 100644
--- a/project/cmake/scripts/linux/install.cmake
+++ b/project/cmake/scripts/linux/install.cmake
@@ -35,7 +35,9 @@ configure_file(${CORE_SOURCE_DIR}/tools/Linux/kodi-xsession.desktop.in
install(FILES ${CMAKE_BINARY_DIR}/${CORE_BUILD_DIR}/${APP_NAME_LC}-xsession.desktop
DESTINATION ${datarootdir}/xsessions)
-install(FILES ${CORE_SOURCE_DIR}/LICENSE.GPL
+install(FILES ${CORE_SOURCE_DIR}/copying.txt
+ ${CORE_SOURCE_DIR}/LICENSE.GPL
+ ${CORE_SOURCE_DIR}/version.txt
${CORE_SOURCE_DIR}/docs/README.linux
DESTINATION ${datarootdir}/doc/kodi)