execution rights were missing

This commit is contained in:
Damien Dupuis 2011-09-15 10:39:26 +00:00
parent 68a0219bd5
commit 7ed659641e
1 changed files with 4 additions and 1 deletions

View File

@ -18,4 +18,7 @@
OWNER_EXECUTE GROUP_EXECUTE WORLD_EXECUTE)
install(FILES buildCoriolis.py
DESTINATION bin)
DESTINATION bin
PERMISSIONS OWNER_WRITE
OWNER_READ GROUP_READ WORLD_READ
OWNER_EXECUTE GROUP_EXECUTE WORLD_EXECUTE)