diff options
Diffstat (limited to 'meta/recipes-devtools/tcf-agent')
| -rw-r--r-- | meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb index c186db6814..4ff309dd80 100644 --- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb +++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | |||
| @@ -56,8 +56,8 @@ do_install() { | |||
| 56 | oe_runmake install INSTALLROOT=${D} | 56 | oe_runmake install INSTALLROOT=${D} |
| 57 | install -d ${D}${sysconfdir}/init.d/ | 57 | install -d ${D}${sysconfdir}/init.d/ |
| 58 | install -m 0755 ${WORKDIR}/tcf-agent.init ${D}${sysconfdir}/init.d/tcf-agent | 58 | install -m 0755 ${WORKDIR}/tcf-agent.init ${D}${sysconfdir}/init.d/tcf-agent |
| 59 | install -d ${D}${systemd_unitdir}/system | 59 | install -d ${D}${systemd_system_unitdir} |
| 60 | install -m 0644 ${WORKDIR}/tcf-agent.service ${D}${systemd_unitdir}/system | 60 | install -m 0644 ${WORKDIR}/tcf-agent.service ${D}${systemd_system_unitdir} |
| 61 | sed -i -e 's,@SBINDIR@,${sbindir},g' ${D}${systemd_unitdir}/system/tcf-agent.service | 61 | sed -i -e 's,@SBINDIR@,${sbindir},g' ${D}${systemd_system_unitdir}/tcf-agent.service |
| 62 | } | 62 | } |
| 63 | 63 | ||
