Skip to content

Commit

Permalink
Set execute permissions for script
Browse files Browse the repository at this point in the history
  • Loading branch information
igo95862 committed Nov 7, 2021
1 parent fbcd03d commit e20a857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ set(SCRIPT_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lib/cfs-zen-tweaks")

install(FILES script.sh
DESTINATION "${SCRIPT_INSTALL_DIR}/"
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ WORLD_EXECUTE
)

configure_file("set-cfs-tweaks.service.in" "set-cfs-tweaks.service")
Expand Down

0 comments on commit e20a857

Please sign in to comment.