提交 dcc04ae5 编写于 作者: Q quicksilver 提交者: jinhai

setting script file permissions to 744


Former-commit-id: 78ab09c270b127e3ae7855008640618bf2177cc6
上级 28cb8ae5
......@@ -142,12 +142,12 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/conf/server_config.template ${CMAKE_C
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/conf/log_config.template ${CMAKE_CURRENT_SOURCE_DIR}/conf/log_config.conf)
#install
install(FILES
scripts/start_server.sh
scripts/stop_server.sh
install(DIRECTORY scripts
DESTINATION scripts
FILE_PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ
DESTINATION
scripts)
GROUP_EXECUTE GROUP_READ
WORLD_EXECUTE WORLD_READ
FILES_MATCHING PATTERN "*.sh")
install(FILES
conf/server_config.yaml
conf/log_config.conf
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册