extend execution rights

This commit is contained in:
Vogel, Rick 2024-01-22 13:33:10 +01:00 committed by uwerat
parent 22955ed276
commit d669e6141d

View File

@ -140,7 +140,9 @@ install(
DESTINATION
${PACKAGE_LOCATION}/scripts
PERMISSIONS
OWNER_EXECUTE
OWNER_READ OWNER_EXECUTE
GROUP_READ GROUP_EXECUTE
WORLD_READ WORLD_EXECUTE
COMPONENT
Devel)