diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-05-15 17:17:41 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-05-23 16:08:16 +0200 |
commit | 405ba312a11f4217e5a8742169b010e2c747a4e0 (patch) | |
tree | e6ea4b2f75bfbba69b68ffc532d27f582e172c1e /conf/system/CMakeLists.txt | |
parent | efabde7b7be19fbd35c886ad3dfd3431a24c5478 (diff) |
afm-user-session: moves in libexec directory
Having the binary 'afm-user-session' in /usr/bin
brings nothing. It is better to keep it in private
area.
Bug-AGL: SPEC-2367
Change-Id: I8ef517f599c02e18d8987278a6652a065ee6f0b6
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'conf/system/CMakeLists.txt')
-rw-r--r-- | conf/system/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/system/CMakeLists.txt b/conf/system/CMakeLists.txt index 4f77f93..eba8d42 100644 --- a/conf/system/CMakeLists.txt +++ b/conf/system/CMakeLists.txt @@ -23,6 +23,7 @@ configure_file(afm-system-daemon.socket.in afm-system-daemon.socket) configure_file(afm-system-setup.service.in afm-system-setup.service) configure_file(afm-system-setup.sh.in afm-system-setup.sh) configure_file(afm-api-afm-main@.service.in afm-api-afm-main@.service) +configure_file(afm-user-session@.service.in afm-user-session@.service) configure_file(afm-user-setup@.service.in afm-user-setup@.service) configure_file(afm-user-setup.sh.in afm-user-setup.sh) @@ -39,7 +40,7 @@ if(NOT USE_SDK) ${CMAKE_CURRENT_BINARY_DIR}/afm-system-daemon.service ${CMAKE_CURRENT_BINARY_DIR}/afm-system-daemon.socket ${CMAKE_CURRENT_BINARY_DIR}/afm-system-setup.service - ${CMAKE_CURRENT_SOURCE_DIR}/afm-user-session@.service + ${CMAKE_CURRENT_BINARY_DIR}/afm-user-session@.service ${CMAKE_CURRENT_SOURCE_DIR}/afm-user-session@.target ${CMAKE_CURRENT_BINARY_DIR}/afm-user-setup@.service DESTINATION |