install zm.conf as zm.conf.new if zm.conf already exists

This commit is contained in:
Isaac Connor 2015-10-02 12:54:25 -04:00
parent fc6a6aeaa3
commit 796bad55a3
1 changed files with 2 additions and 0 deletions

View File

@ -706,6 +706,8 @@ endif(zmconfgen_result EQUAL 0)
# Install zm.conf
if(NOT EXISTS "${ZM_CONFIG_DIR}/zm.conf")
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/zm.conf" DESTINATION "${ZM_CONFIG_DIR}")
else(NOT EXISTS "${ZM_CONFIG_DIR}/zm.conf")
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/zm.conf.new" DESTINATION "${ZM_CONFIG_DIR}")
endif(NOT EXISTS "${ZM_CONFIG_DIR}/zm.conf")
# Uninstall target