From 341437aeaac9d04f0d95e8828f3b710fb8692fd4 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Thu, 4 Mar 2021 15:27:47 +0200 Subject: Konqueror Action: corrected CMake install() to make script executable. Signed-off-by: Mavridis Philippe --- src/action/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/action/CMakeLists.txt b/src/action/CMakeLists.txt index d1d3018..c3f1856 100644 --- a/src/action/CMakeLists.txt +++ b/src/action/CMakeLists.txt @@ -1,4 +1,5 @@ install( FILES ScanWithKlamAV + PERMISSIONS OWNER_EXECUTE GROUP_EXECUTE WORLD_EXECUTE DESTINATION ${BIN_INSTALL_DIR} ) -- cgit v1.2.1