Skip to content

Commit

Permalink
fix orogen executable permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Smits <ruben.smits@intermodalics.eu>
  • Loading branch information
Ruben Smits committed Mar 4, 2014
1 parent fbaeef4 commit 9987d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FIND_PACKAGE(Ruby REQUIRED)
install(DIRECTORY bin/ DESTINATION bin
PATTERN "bin/*"
PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ
GROUP_EXECUTE GROUP_READ)
GROUP_EXECUTE GROUP_READ WORLD_EXECUTE WORLD_READ)

STRING(REGEX REPLACE ".*lib(32|64)?/?" "lib/" RUBY_EXTENSIONS_INSTALL_DIR ${RUBY_ARCH_DIR})
install(DIRECTORY lib/ DESTINATION ${RUBY_EXTENSIONS_INSTALL_DIR})
Expand Down

0 comments on commit 9987d7b

Please # to comment.