diff options
| author | liuchang <[email protected]> | 2023-03-27 03:50:23 +0000 |
|---|---|---|
| committer | liuchang <[email protected]> | 2023-03-27 03:50:23 +0000 |
| commit | d2962b4e020f0c04cabbd801d5978d160a897e8e (patch) | |
| tree | 95eb192160b34ff28e4946652423540a07cc546b /cmake | |
| parent | 9d8e78a8462d74deabedb8167ba129bbf124ed81 (diff) | |
change conf file name
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/Package.cmake | 3 |
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") |
