summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
author刘畅 <[email protected]>2023-03-28 10:35:04 +0000
committer刘畅 <[email protected]>2023-03-28 10:35:04 +0000
commit54d7bdfd760309474ed2bd13f7940d96fc007451 (patch)
tree955c23b1cd46b6837a2a6cb69b1a411e396b22ee /cmake
parentdaac158a2890ab58a826ae973a2e775625d6af07 (diff)
parentd6e6708cbeefcb90e09bb5fa76133d8f56a7f6ad (diff)
Merge branch 'shaping_fieldstat3' into 'rel'v1.1.0
Shaping fieldstat3 See merge request liuchang/shaping-engine!1
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Package.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/Package.cmake b/cmake/Package.cmake
index 3eb5d64..32411a5 100644
--- a/cmake/Package.cmake
+++ b/cmake/Package.cmake
@@ -31,7 +31,8 @@ else()
endif()
# setup %config(noreplace)
-set(CPACK_RPM_USER_FILELIST "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/main.conf"
+set(CPACK_RPM_USER_FILELIST "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/shaping.conf"
+ "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/shaping_maat.json"
"%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/zlog.conf"
"%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/table_info.json")