From 0c512cd34783f260464cfcbf9753bbeb08dc9f20 Mon Sep 17 00:00:00 2001 From: Victor Tran Date: Sun, 13 Aug 2023 19:55:23 +1000 Subject: [PATCH] Install trigger-uevents script with execute permissions --- libthefrisbee/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libthefrisbee/CMakeLists.txt b/libthefrisbee/CMakeLists.txt index 2cc1700..d6dad12 100644 --- a/libthefrisbee/CMakeLists.txt +++ b/libthefrisbee/CMakeLists.txt @@ -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