summaryrefslogtreecommitdiffstats
path: root/meta-systemd/oe-core/recipes-extended/at/at_3.1.13.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-systemd/oe-core/recipes-extended/at/at_3.1.13.bbappend')
-rw-r--r--meta-systemd/oe-core/recipes-extended/at/at_3.1.13.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-systemd/oe-core/recipes-extended/at/at_3.1.13.bbappend b/meta-systemd/oe-core/recipes-extended/at/at_3.1.13.bbappend
index 3d58a64c2..cae078a4e 100644
--- a/meta-systemd/oe-core/recipes-extended/at/at_3.1.13.bbappend
+++ b/meta-systemd/oe-core/recipes-extended/at/at_3.1.13.bbappend
@@ -12,7 +12,7 @@ RREPLACES_${PN} += "${PN}-systemd"
12RCONFLICTS_${PN} += "${PN}-systemd" 12RCONFLICTS_${PN} += "${PN}-systemd"
13SYSTEMD_SERVICE_${PN} = "atd.service" 13SYSTEMD_SERVICE_${PN} = "atd.service"
14do_install_append() { 14do_install_append() {
15 install -d ${D}${systemd_unitdir}/system 15 install -d ${D}${systemd_unitdir}/system
16 install -m 0644 ${WORKDIR}/atd.service ${D}${systemd_unitdir}/system 16 install -m 0644 ${WORKDIR}/atd.service ${D}${systemd_unitdir}/system
17} 17}
18 18