summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2022-03-04 14:18:15 +0800
committerliuxueli <[email protected]>2022-03-04 14:18:15 +0800
commitac4dda42384a742d16bde2878c3c36401e01ee9d (patch)
tree92c22910654932a1a80e1a2d8ae710d4342c32ad /CMakeLists.txt
parent529fca700a43c3fd4630e7ab16e1fc1942601bb5 (diff)
支持更新时配置文件不覆盖v2.1.3
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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"
)