mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-11-01 21:07:59 +00:00
optee-client: fix installation of initscript
The name of the initscript should not have the '.sh' suffix. Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
committed by
Matt Madison
parent
d7ec351bcf
commit
f5a2f2f995
@@ -42,7 +42,7 @@ do_install() {
|
|||||||
oe_runmake -C ${S} install DESTDIR="${D}"
|
oe_runmake -C ${S} install DESTDIR="${D}"
|
||||||
install -d ${D}${systemd_system_unitdir} ${D}${sysconfdir}/init.d
|
install -d ${D}${systemd_system_unitdir} ${D}${sysconfdir}/init.d
|
||||||
install -m 0644 ${B}/tee-supplicant.service ${D}${systemd_system_unitdir}/
|
install -m 0644 ${B}/tee-supplicant.service ${D}${systemd_system_unitdir}/
|
||||||
install -m 0755 ${B}/tee-supplicant.sh ${D}${sysconfdir}/init.d/
|
install -m 0755 ${B}/tee-supplicant.sh ${D}${sysconfdir}/init.d/tee-supplicant
|
||||||
}
|
}
|
||||||
|
|
||||||
SYSTEMD_SERVICE:${PN} = "tee-supplicant.service"
|
SYSTEMD_SERVICE:${PN} = "tee-supplicant.service"
|
||||||
|
|||||||
Reference in New Issue
Block a user