diff options
Diffstat (limited to 'meta/recipes-extended/cronie/cronie_1.5.7.bb')
-rw-r--r-- | meta/recipes-extended/cronie/cronie_1.5.7.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/cronie/cronie_1.5.7.bb b/meta/recipes-extended/cronie/cronie_1.5.7.bb index 2cbae591b0..72a45089fd 100644 --- a/meta/recipes-extended/cronie/cronie_1.5.7.bb +++ b/meta/recipes-extended/cronie/cronie_1.5.7.bb | |||
@@ -50,11 +50,11 @@ do_install:append () { | |||
50 | install -m 0755 ${WORKDIR}/crond.init ${D}${sysconfdir}/init.d/crond | 50 | install -m 0755 ${WORKDIR}/crond.init ${D}${sysconfdir}/init.d/crond |
51 | 51 | ||
52 | # install systemd unit files | 52 | # install systemd unit files |
53 | install -d ${D}${systemd_unitdir}/system | 53 | install -d ${D}${systemd_system_unitdir} |
54 | install -m 0644 ${WORKDIR}/crond.service ${D}${systemd_unitdir}/system | 54 | install -m 0644 ${WORKDIR}/crond.service ${D}${systemd_system_unitdir} |
55 | sed -i -e 's,@BASE_BINDIR@,${base_bindir},g' \ | 55 | sed -i -e 's,@BASE_BINDIR@,${base_bindir},g' \ |
56 | -e 's,@SBINDIR@,${sbindir},g' \ | 56 | -e 's,@SBINDIR@,${sbindir},g' \ |
57 | ${D}${systemd_unitdir}/system/crond.service | 57 | ${D}${systemd_system_unitdir}/crond.service |
58 | 58 | ||
59 | # below are necessary for a complete cron environment | 59 | # below are necessary for a complete cron environment |
60 | install -d ${D}${localstatedir}/spool/cron | 60 | install -d ${D}${localstatedir}/spool/cron |