From 98d5e74c4c58411ac57fd40f223ca0d1a876f2af Mon Sep 17 00:00:00 2001 From: Enrico Zini Date: Sat, 27 Mar 2010 15:42:26 +0000 Subject: [PATCH] Install hooks executable --- hooks/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hooks/CMakeLists.txt b/hooks/CMakeLists.txt index ed45fcb..4bab2f6 100644 --- a/hooks/CMakeLists.txt +++ b/hooks/CMakeLists.txt @@ -1,3 +1,4 @@ project(hooks) -install(FILES bluetooth display gps gsm keyboard wifi DESTINATION share/zavai/hooks) +install(PROGRAMS bluetooth display gps gsm keyboard wifi + DESTINATION share/zavai/hooks) -- 2.39.5