1 |
julien |
1469202 |
Index: src/daemon/CMakeLists.txt |
2 |
|
|
=================================================================== |
3 |
daviddavid |
1617995 |
--- a/src/daemon/CMakeLists.txt |
4 |
|
|
+++ b/src/daemon/CMakeLists.txt 2019-12-18 21:56:35.629779187 +0100 |
5 |
julien |
1469202 |
@@ -413,7 +413,7 @@ |
6 |
|
|
elseif (LINUX) |
7 |
|
|
install( |
8 |
|
|
TARGETS ckb-next-daemon |
9 |
|
|
- DESTINATION "bin") |
10 |
|
|
+ DESTINATION "libexec") |
11 |
|
|
endif () |
12 |
|
|
|
13 |
|
|
# Declare target's auxiliary files installation paths |
14 |
|
|
Index: linux/systemd/ckb-next-daemon.service.in |
15 |
|
|
=================================================================== |
16 |
daviddavid |
1617995 |
--- a/linux/systemd/ckb-next-daemon.service.in |
17 |
|
|
+++ b/linux/systemd/ckb-next-daemon.service.in 2019-12-18 22:01:48.462909825 +0100 |
18 |
julien |
1469202 |
@@ -5,7 +5,7 @@ |
19 |
|
|
Description=Corsair Keyboards and Mice Daemon |
20 |
|
|
|
21 |
|
|
[Service] |
22 |
|
|
-ExecStart=@CMAKE_INSTALL_PREFIX@/bin/ckb-next-daemon |
23 |
|
|
+ExecStart=/usr/libexec/ckb-next-daemon |
24 |
|
|
Restart=on-failure |
25 |
|
|
|
26 |
|
|
[Install] |