From: Enrico Zini Date: Sat, 27 Mar 2010 15:42:26 +0000 (+0000) Subject: Install hooks executable X-Git-Url: https://git.toastfreeware.priv.at/gregoa/zavai.git/commitdiff_plain/98d5e74c4c58411ac57fd40f223ca0d1a876f2af?ds=sidebyside Install hooks executable --- 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)