commit: eb42189f3fdc569f7dccd3325a6b3c6fe75fe694 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Sat Apr 20 18:39:47 2019 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Sat Apr 20 18:40:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb42189f
x11-apps/radeon-profile-daemon: Fixed daemon path in systemd service Thanks-to: Michael Cook <mcook <AT> mackal.net> Closes: https://bugs.gentoo.org/683914 Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> ...daemon-20190309.ebuild => radeon-profile-daemon-20190309-r1.ebuild} | 3 +++ x11-apps/radeon-profile-daemon/radeon-profile-daemon-99999999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/x11-apps/radeon-profile-daemon/radeon-profile-daemon-20190309.ebuild b/x11-apps/radeon-profile-daemon/radeon-profile-daemon-20190309-r1.ebuild similarity index 91% rename from x11-apps/radeon-profile-daemon/radeon-profile-daemon-20190309.ebuild rename to x11-apps/radeon-profile-daemon/radeon-profile-daemon-20190309-r1.ebuild index 052a3ef3b33..bacc9cb267d 100644 --- a/x11-apps/radeon-profile-daemon/radeon-profile-daemon-20190309.ebuild +++ b/x11-apps/radeon-profile-daemon/radeon-profile-daemon-20190309-r1.ebuild @@ -27,6 +27,9 @@ src_prepare() { -e '/^bin\.path/s@/bin@/sbin@' \ -e "/^service\.path/s@=.*\$@= $(systemd_get_systemunitdir)@" \ -i radeon-profile-daemon.pro || die + sed \ + -e '/^ExecStart/s@/bin/@/sbin/@' \ + -i extra/${PN}.service || die } src_configure() { diff --git a/x11-apps/radeon-profile-daemon/radeon-profile-daemon-99999999.ebuild b/x11-apps/radeon-profile-daemon/radeon-profile-daemon-99999999.ebuild index 052a3ef3b33..bacc9cb267d 100644 --- a/x11-apps/radeon-profile-daemon/radeon-profile-daemon-99999999.ebuild +++ b/x11-apps/radeon-profile-daemon/radeon-profile-daemon-99999999.ebuild @@ -27,6 +27,9 @@ src_prepare() { -e '/^bin\.path/s@/bin@/sbin@' \ -e "/^service\.path/s@=.*\$@= $(systemd_get_systemunitdir)@" \ -i radeon-profile-daemon.pro || die + sed \ + -e '/^ExecStart/s@/bin/@/sbin/@' \ + -i extra/${PN}.service || die } src_configure() {
