From 84d1ff3532ca81467a4c0155c07adcdf77c48f78 Mon Sep 17 00:00:00 2001 From: luwenpeng Date: Fri, 21 Jun 2024 10:18:14 +0800 Subject: set all config noreplace --- cmake/Package.cmake | 6 +++++- conf/CMakeLists.txt | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/cmake/Package.cmake b/cmake/Package.cmake index d36b3e7..4c6f061 100644 --- a/cmake/Package.cmake +++ b/cmake/Package.cmake @@ -32,5 +32,9 @@ endif() # setup %config(noreplace) set(CPACK_RPM_USER_FILELIST "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/pangu/pangu_pxy.conf" - "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/tfe/tfe.conf") + "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/doh/doh.conf" + "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/tfe/tfe.conf" + "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/tfe/zlog.conf" + "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/tfe/future.conf") + include(CPack) diff --git a/conf/CMakeLists.txt b/conf/CMakeLists.txt index 40eb902..08ce85c 100644 --- a/conf/CMakeLists.txt +++ b/conf/CMakeLists.txt @@ -1,2 +1,3 @@ install(DIRECTORY tfe DESTINATION conf COMPONENT Profile) +install(DIRECTORY doh DESTINATION conf COMPONENT Profile) install(DIRECTORY pangu DESTINATION conf COMPONENT Profile) -- cgit v1.2.3