summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2018-07-20 11:41:47 +0800
committerJason Zaman <perfinion@gentoo.org>2018-07-20 11:42:05 +0800
commit40347598ee0fda0f336f6048a4623200b449a631 (patch)
tree57c0817b7b01b2e1661eb3593ec89be7dcd8439b /sys-fs/cachefilesd
parentx11-misc/xfe: Version 1.43. (diff)
downloadgentoo-40347598ee0fda0f336f6048a4623200b449a631.tar.gz
gentoo-40347598ee0fda0f336f6048a4623200b449a631.tar.bz2
gentoo-40347598ee0fda0f336f6048a4623200b449a631.zip
sys-fs/cachefilesd: fix systemd unit path
Closes: https://bugs.gentoo.org/593088 Package-Manager: Portage-2.3.40, Repoman-2.3.9
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
}