commit:     40347598ee0fda0f336f6048a4623200b449a631
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 20 03:41:47 2018 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Fri Jul 20 03:42:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40347598

sys-fs/cachefilesd: fix systemd unit path

Closes: https://bugs.gentoo.org/593088
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../{cachefilesd-0.10.10.ebuild => cachefilesd-0.10.10-r1.ebuild}        | 1 +
 1 file changed, 1 insertion(+)

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 629ffd58c2c..7a797a7857f 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
 }

Reply via email to