1 |
Index: src/daemon/CMakeLists.txt |
2 |
=================================================================== |
3 |
--- src/daemon/CMakeLists.txt |
4 |
+++ src/daemon/CMakeLists.txt 2019-12-18 21:56:35.629779187 +0100 |
5 |
@@ -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 |
--- linux/systemd/ckb-next-daemon.service.in |
17 |
+++ linux/systemd/ckb-next-daemon.service.in 2019-12-18 22:01:48.462909825 +0100 |
18 |
@@ -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] |