summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-quanta/meta-q71l/recipes-phosphor/quanta-powerctrl/quanta-powerctrl.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-quanta/meta-q71l/recipes-phosphor/quanta-powerctrl/quanta-powerctrl.bb b/meta-quanta/meta-q71l/recipes-phosphor/quanta-powerctrl/quanta-powerctrl.bb
index 940b72d3f..f6f6458bf 100644
--- a/meta-quanta/meta-q71l/recipes-phosphor/quanta-powerctrl/quanta-powerctrl.bb
+++ b/meta-quanta/meta-q71l/recipes-phosphor/quanta-powerctrl/quanta-powerctrl.bb
@@ -21,8 +21,8 @@ SYSTEMD_PACKAGES = "${PN}"
SYSTEMD_SERVICE_${PN} = "host-gpio.service host-poweron.service host-poweroff.service"
do_install() {
- install -d ${D}/usr/sbin
- install -m 0755 ${S}init_once.sh ${D}/${sbindir}/
- install -m 0755 ${S}poweroff.sh ${D}/${sbindir}/
- install -m 0755 ${S}poweron.sh ${D}/${sbindir}/
+ install -d ${D}/${bindir}
+ install -m 0755 ${S}init_once.sh ${D}/${bindir}/
+ install -m 0755 ${S}poweroff.sh ${D}/${bindir}/
+ install -m 0755 ${S}poweron.sh ${D}/${bindir}/
}