summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/cachefilesd')
-rw-r--r--sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild (renamed from sys-fs/cachefilesd/cachefilesd-0.10.10.ebuild)1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-fs/cachefilesd/cachefilesd-0.10.10.ebuild b/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
}