Accepting request 830481 from home:seil0:branches:hardware

- Adjust ckb-next-systemd.patch to the change for %_libexecdir

OBS-URL: https://build.opensuse.org/request/show/830481
OBS-URL: https://build.opensuse.org/package/show/hardware/ckb-next?expand=0&rev=16
This commit is contained in:
Luigi Baldoni 2020-08-29 16:05:24 +00:00 committed by Git OBS Bridge
parent 640fa89a63
commit b990458833
2 changed files with 6 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Index: ckb-next-0.4.1/linux/systemd/ckb-next-daemon.service.in
[Service]
-ExecStart=@CMAKE_INSTALL_PREFIX@/bin/ckb-next-daemon
+ExecStart=@CMAKE_INSTALL_PREFIX@/lib/ckb-next-daemon
+ExecStart=@CMAKE_INSTALL_LIBEXECDIR@/ckb-next-daemon
Restart=on-failure
[Install]

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Aug 29 14:54:55 UTC 2020 - Jannik Seiler <seil0@mosad.xyz>
- Adjust ckb-next-systemd.patch to the change for %_libexecdir
-------------------------------------------------------------------
Mon Jun 8 07:44:47 UTC 2020 - aloisio@gmx.com