From 6143d0060a9c4119f50590eba69568b6d5110a70 Mon Sep 17 00:00:00 2001 From: pvizeli Date: Tue, 21 Mar 2017 15:59:17 +0100 Subject: [PATCH] Fix spell --- meta-hassio/recipes-support/resinhup/resinhup.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-hassio/recipes-support/resinhup/resinhup.bbappend b/meta-hassio/recipes-support/resinhup/resinhup.bbappend index 2dfb8d72c..947f511bf 100644 --- a/meta-hassio/recipes-support/resinhup/resinhup.bbappend +++ b/meta-hassio/recipes-support/resinhup/resinhup.bbappend @@ -28,7 +28,7 @@ do_install_append() { if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then install -d ${D}${systemd_unitdir}/system install -c -m 0644 ${WORKDIR}/resinhup.service ${D}${systemd_unitdir}/system - install -c -m 0644 ${WORKDIR}/resinhup.time ${D}${systemd_unitdir}/system + install -c -m 0644 ${WORKDIR}/resinhup.timer ${D}${systemd_unitdir}/system sed -i -e 's,@BASE_BINDIR@,${base_bindir},g' \ -e 's,@SBINDIR@,${sbindir},g' \