From: Rafal Krypa Date: Mon, 1 Sep 2014 16:38:08 +0000 (+0200) Subject: build: install systemd files under CMAKE_INSTALL_PREFIX X-Git-Tag: accepted/tizen/common/20140905.175100~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=def3b0096e1e90ba3541037ca668fb5884cae432;p=platform%2Fcore%2Fsecurity%2Fcynara.git build: install systemd files under CMAKE_INSTALL_PREFIX Don't use absolute path for installation of systemd config files. Change-Id: If796cad7a0fdcd32d8179a0de7bc0958f173e35b Signed-off-by: Rafal Krypa --- diff --git a/systemd/CMakeLists.txt b/systemd/CMakeLists.txt index 4076688..8fc27e7 100644 --- a/systemd/CMakeLists.txt +++ b/systemd/CMakeLists.txt @@ -22,6 +22,6 @@ INSTALL(FILES ${CMAKE_SOURCE_DIR}/systemd/cynara.socket ${CMAKE_SOURCE_DIR}/systemd/cynara-admin.socket DESTINATION - /usr/lib/systemd/system + lib/systemd/system )