Skip to content

Commit

Permalink
Install trigger-uevents script with execute permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed Aug 13, 2023
1 parent 59cb773 commit 0c512cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libthefrisbee/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ install(EXPORT libthefrisbeeTargets

install(FILES com.vicr123.trigger-uevent.policy
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/polkit-1/actions)
install(FILES trigger-uevent.sh
install(PROGRAMS trigger-uevent.sh
DESTINATION ${CMAKE_INSTALL_LIBDIR}/libthefrisbee)

install(TARGETS libthefrisbee
Expand Down

0 comments on commit 0c512cd

Please sign in to comment.