diff options
| author | Qiuwen Lu <[email protected]> | 2017-04-12 11:12:59 +0800 |
|---|---|---|
| committer | Qiuwen Lu <[email protected]> | 2017-04-12 11:12:59 +0800 |
| commit | 7f53b1e7e7e811fd8fbe1c866202839fe2b41b07 (patch) | |
| tree | 99edf37d2be6da3a76b8946d51b2a047494b5fe7 /conf | |
| parent | ea6f94bb073a7f5dfa6c35fd62681f3293347f96 (diff) | |
修正转发规则生成的Bug,调整打RPM包时的参数,以便通过yum升级。
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/CMakeLists.txt b/conf/CMakeLists.txt index af173e8..5045eb3 100644 --- a/conf/CMakeLists.txt +++ b/conf/CMakeLists.txt @@ -1,9 +1,9 @@ -
+
configure_file(mrzcpd.ld.conf.in mrzcpd.conf)
configure_file(mrzcpd.pc.in mrzcpd.pc)
configure_file(mrzcpd.sysconfig.in mrzcpd)
-install(FILES mrglobal.conf DESTINATION ${MR_INSTALL_SYSCONFDIR} COMPONENT Profile)
+install(FILES mrglobal.conf DESTINATION etc COMPONENT Profile)
install(FILES ${CMAKE_BINARY_DIR}/conf/mrzcpd.conf DESTINATION ${MR_INSTALL_LDCONFDIR} COMPONENT Profile)
install(FILES ${CMAKE_BINARY_DIR}/conf/mrzcpd.pc DESTINATION ${MR_INSTALL_LIBDIR}/pkgconfig COMPONENT Profile)
install(FILES ${CMAKE_BINARY_DIR}/conf/mrzcpd DESTINATION ${MR_INSTALL_SYSUNITCONFDIR} COMPONENT Profile)
\ No newline at end of file |
