summaryrefslogtreecommitdiff
path: root/cmake/Package.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Package.cmake')
-rw-r--r--cmake/Package.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmake/Package.cmake b/cmake/Package.cmake
index 65c5c96..3ea7b23 100644
--- a/cmake/Package.cmake
+++ b/cmake/Package.cmake
@@ -31,8 +31,7 @@ else()
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"
+set(CPACK_RPM_USER_FILELIST "%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"
"%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/doh/doh.conf")