diff --git a/ckb-next-systemd.patch b/ckb-next-systemd.patch index 0ffa15e..75920e4 100644 --- a/ckb-next-systemd.patch +++ b/ckb-next-systemd.patch @@ -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] diff --git a/ckb-next.changes b/ckb-next.changes index 36251a9..428e20b 100644 --- a/ckb-next.changes +++ b/ckb-next.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Aug 29 14:54:55 UTC 2020 - Jannik Seiler + +- Adjust ckb-next-systemd.patch to the change for %_libexecdir + ------------------------------------------------------------------- Mon Jun 8 07:44:47 UTC 2020 - aloisio@gmx.com