summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-06-21 10:18:14 +0800
committerluwenpeng <[email protected]>2024-06-21 10:44:33 +0800
commit84d1ff3532ca81467a4c0155c07adcdf77c48f78 (patch)
tree97d638822e4e8f57bc62568003627df26cd5229f
parentb17ece25739b4d65b74114ea827dcb4a84364f2b (diff)
set all config noreplacev4.9.5-20240621develop-21.09-K18
-rw-r--r--cmake/Package.cmake6
-rw-r--r--conf/CMakeLists.txt1
2 files changed, 6 insertions, 1 deletions
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)