/[packages]/cauldron/ckb-next/current/SOURCES/ckb-next-0.4.2-fix-daemon-path.patch
ViewVC logotype

Contents of /cauldron/ckb-next/current/SOURCES/ckb-next-0.4.2-fix-daemon-path.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1469202 - (show annotations) (download)
Fri Dec 20 21:03:52 2019 UTC (4 years, 4 months ago) by julien
File size: 852 byte(s)
- update to version 0.4.2
- cleanup and simplify specfile to be more in line with mga policy
- add patch0 to fix daemon path instead
- add message to inform of the need of manually starting the daemon


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]

  ViewVC Help
Powered by ViewVC 1.1.30