Skip to content
Snippets Groups Projects
Commit b2da609c authored by Veniamin Gvozdikov's avatar Veniamin Gvozdikov
Browse files

Fix permissions to install file

parent 3dee8467
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ endif(ENABLE_RPM)
install (FILES tarantoolctl DESTINATION ${CMAKE_INSTALL_BINDIR}
PERMISSIONS
OWNER_READ OWNER_WRITE
OWNER_READ OWNER_WRITE OWNER_EXECUTE
GROUP_READ GROUP_EXECUTE
WORLD_READ WORLD_EXECUTE
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment