diff options
| author | liuxueli <[email protected]> | 2022-03-04 14:18:15 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2022-03-04 14:18:15 +0800 |
| commit | ac4dda42384a742d16bde2878c3c36401e01ee9d (patch) | |
| tree | 92c22910654932a1a80e1a2d8ae710d4342c32ad /CMakeLists.txt | |
| parent | 529fca700a43c3fd4630e7ab16e1fc1942601bb5 (diff) | |
支持更新时配置文件不覆盖v2.1.3
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c564f7..dbf2b9b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,7 +71,7 @@ endif() enable_testing() add_subdirectory(test) -set(CPACK_RPM_LIBRARY_USER_FILELIST "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/plug/protocol/dns/dns.inf" +set(CPACK_RPM_LIBRARIES_USER_FILELIST "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/plug/protocol/dns/dns.inf" "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/dns/dns.conf" ) |
