summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)