start-jsk / openhrp3

This package does not only wrap OpenHRP3 but actually provides the built artifact from the code from its mainstream repository. Being ROS-agnostic by itself, you can also use this via ROS together with the packages in rtmros_common that bridge between two framework.
1 stars 5 forks source link

Give installed libraries execute permissions #40

Closed cottsay closed 10 years ago

cottsay commented 10 years ago

All shared object libraries should have execute permissions. Using install will default the permissions to be like a normal file, which typically doesn't have execute permissions.

There is no cmake directive for installing libraries in this way, but the PROGRAMS directive is the same as FILES except that it gives execute permissions to installed files.

This was caught as a packaging error on Fedora.

Thanks!

k-okada commented 10 years ago

@130s do you have time to merge this and release new deb? if not I'll take care of this ( but I thinks you will check if this wont brake nextage/hiro more carefully than I do)