projects
/
platform
/
core
/
security
/
cynara.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21175a3
)
build: install systemd files under CMAKE_INSTALL_PREFIX
31/26931/2
author
Rafal Krypa
<r.krypa@samsung.com>
Mon, 1 Sep 2014 16:38:08 +0000
(18:38 +0200)
committer
Rafal Krypa
<r.krypa@samsung.com>
Wed, 3 Sep 2014 11:46:15 +0000
(13:46 +0200)
Don't use absolute path for installation of systemd config files.
Change-Id: If796cad7a0fdcd32d8179a0de7bc0958f173e35b
Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
systemd/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/systemd/CMakeLists.txt
b/systemd/CMakeLists.txt
index
4076688
..
8fc27e7
100644
(file)
--- 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
)