From: Jason Zaman Date: Fri, 20 Jul 2018 03:41:47 +0000 (+0800) Subject: sys-fs/cachefilesd: fix systemd unit path X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=40347598ee0fda0f336f6048a4623200b449a631;p=gentoo.git sys-fs/cachefilesd: fix systemd unit path Closes: https://bugs.gentoo.org/593088 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/sys-fs/cachefilesd/cachefilesd-0.10.10.ebuild b/sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild similarity index 94% rename from sys-fs/cachefilesd/cachefilesd-0.10.10.ebuild rename to sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild index 629ffd58c2cf..7a797a7857f2 100644 --- a/sys-fs/cachefilesd/cachefilesd-0.10.10.ebuild +++ b/sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild @@ -44,6 +44,7 @@ src_install() { newconfd "${FILESDIR}"/${PN}.conf ${PN} newinitd "${FILESDIR}"/${PN}-3.init ${PN} + sed -i 's@ExecStart=/usr@ExecStart=@' ${PN}.service || die "failed to fix path" systemd_dounit ${PN}.service systemd_newtmpfilesd "${FILESDIR}"/${PN}-tmpfiles.d ${PN}.conf }