diff options
Diffstat (limited to 'meta/recipes-bsp/acpid/acpid.inc')
| -rw-r--r-- | meta/recipes-bsp/acpid/acpid.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-bsp/acpid/acpid.inc b/meta/recipes-bsp/acpid/acpid.inc index f48e519088..d39828e1cd 100644 --- a/meta/recipes-bsp/acpid/acpid.inc +++ b/meta/recipes-bsp/acpid/acpid.inc | |||
| @@ -32,7 +32,7 @@ do_install:append () { | |||
| 32 | install -d ${D}${sysconfdir}/acpi | 32 | install -d ${D}${sysconfdir}/acpi |
| 33 | install -d ${D}${sysconfdir}/acpi/events | 33 | install -d ${D}${sysconfdir}/acpi/events |
| 34 | 34 | ||
| 35 | install -d ${D}${systemd_unitdir}/system | 35 | install -d ${D}${systemd_system_unitdir} |
| 36 | install -m 0644 ${WORKDIR}/acpid.service ${D}${systemd_unitdir}/system | 36 | install -m 0644 ${WORKDIR}/acpid.service ${D}${systemd_system_unitdir} |
| 37 | sed -i -e 's,@SBINDIR@,${sbindir},g' ${D}${systemd_unitdir}/system/acpid.service | 37 | sed -i -e 's,@SBINDIR@,${sbindir},g' ${D}${systemd_system_unitdir}/acpid.service |
| 38 | } | 38 | } |
