aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorh.udo <hudokkow@gmail.com>2016-04-05 12:51:28 +0100
committerh.udo <hudokkow@gmail.com>2016-04-15 12:35:37 +0100
commit9e505fd27ec0fb3a32a5e4f0e235a271342479e8 (patch)
tree3879aebac440b5e4193d6faac8ab14933d487ff1 /project
parent83f959f8c15b3c8bd0331bb2f3b0dd0f648945ce (diff)
[cmake] Install copying.txt and version.txt
Diffstat (limited to 'project')
-rw-r--r--project/cmake/scripts/freebsd/install.cmake4
-rw-r--r--project/cmake/scripts/linux/install.cmake4
2 files changed, 6 insertions, 2 deletions
diff --git a/project/cmake/scripts/freebsd/install.cmake b/project/cmake/scripts/freebsd/install.cmake
index 0c8939e9ff..8247416c7b 100644
--- a/project/cmake/scripts/freebsd/install.cmake
+++ b/project/cmake/scripts/freebsd/install.cmake
@@ -20,7 +20,9 @@ install(FILES ${CORE_SOURCE_DIR}/tools/Linux/xbmc-xsession.desktop
RENAME XBMC.desktop
DESTINATION share/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.freebsd
DESTINATION share/doc/xbmc)
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)