mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-25 18:16:32 +00:00
fix bug
This commit is contained in:
parent
4b9917ec5a
commit
811ca66e0f
@ -9,7 +9,7 @@ SYSTEMD_SERVICE_${PN} = " \
|
|||||||
home-root-.ssh.mount \
|
home-root-.ssh.mount \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_install () {
|
do_install_append () {
|
||||||
if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
|
if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
|
||||||
install -d ${D}${systemd_unitdir}/system
|
install -d ${D}${systemd_unitdir}/system
|
||||||
install -c -m 0644 ${WORKDIR}/home-root-.ssh.mount ${D}${systemd_unitdir}/system
|
install -c -m 0644 ${WORKDIR}/home-root-.ssh.mount ${D}${systemd_unitdir}/system
|
||||||
|
Loading…
x
Reference in New Issue
Block a user