mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 09:36:31 +00:00
Fix spell
This commit is contained in:
parent
291645e798
commit
6143d0060a
@ -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' \
|
||||
|
Loading…
x
Reference in New Issue
Block a user