diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-12-07 16:55:39 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-12-07 16:55:39 +0800 |
commit | 92f8753dfc4af93448f2b12115de4d4d9a583233 (patch) | |
tree | 0391dc6a4d2cd0e4d6c02d740abd318c2e12e16a | |
parent | c60478218ca452485a2c04377658b8035452fb1e (diff) |
Install licenses.txt
though the file is not tracked. Just put a generated one from building
on a supported platform.
-rw-r--r-- | indra/newview/ViewerInstall.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/ViewerInstall.cmake b/indra/newview/ViewerInstall.cmake index ffc18ac984..18f34cc8ff 100644 --- a/indra/newview/ViewerInstall.cmake +++ b/indra/newview/ViewerInstall.cmake @@ -29,6 +29,7 @@ endif (IS_ARTWORK_PRESENT) install(FILES featuretable_linux.txt #featuretable_solaris.txt + licenses.txt ${AUTOBUILD_INSTALL_DIR}/ca-bundle.crt DESTINATION share/${VIEWER_BINARY_NAME} ) |