diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-07-05 09:05:33 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-07-05 09:05:33 +0800 |
commit | 0f5410384fab6742325601c2acab053438810e08 (patch) | |
tree | 8a047325e372c611bfcb55d78738bf7563079089 /indra | |
parent | 532ebcd2d1e722e73aa09a49e77ebaa79cc05e3e (diff) |
CPack packages licenses-linux.txt as licences.txt
plus some reindentations.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/ViewerInstall.cmake | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/indra/newview/ViewerInstall.cmake b/indra/newview/ViewerInstall.cmake index 3ae148e91d..944b71feec 100644 --- a/indra/newview/ViewerInstall.cmake +++ b/indra/newview/ViewerInstall.cmake @@ -115,10 +115,16 @@ else (IS_ARTWORK_PRESENT) message(STATUS "WARNING: Artwork is not present, and will not be installed") endif (IS_ARTWORK_PRESENT) -install(FILES featuretable_linux.txt - #featuretable_solaris.txt - licenses.txt + install(FILES ${AUTOBUILD_INSTALL_DIR}/ca-bundle.crt + featuretable_linux.txt + #featuretable_solaris.txt + DESTINATION share/${VIEWER_BINARY_NAME} + ) + + install(FILES + licenses-linux.txt + RENAME licenses.txt DESTINATION share/${VIEWER_BINARY_NAME} ) |