Set the log.toml configuration file rpm install noreplace

This commit is contained in:
luwenpeng
2024-06-21 14:28:52 +08:00
parent 48428e52fe
commit ffead24e45
2 changed files with 2 additions and 0 deletions

View File

@@ -30,5 +30,6 @@ set(CPACK_COMPONENTS_ALL LIBRARIES PROGRAM)
# setup %config(noreplace)
set(CPACK_RPM_USER_FILELIST "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/stellar.toml")
set(CPACK_RPM_USER_FILELIST "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/log.toml")
include(CPack)