summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-facebook/recipes-fb/fb-powerctrl/fb-powerctrl.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-facebook/recipes-fb/fb-powerctrl/fb-powerctrl.bb b/meta-facebook/recipes-fb/fb-powerctrl/fb-powerctrl.bb
index a46c44bbd..1f476adee 100644
--- a/meta-facebook/recipes-fb/fb-powerctrl/fb-powerctrl.bb
+++ b/meta-facebook/recipes-fb/fb-powerctrl/fb-powerctrl.bb
@@ -4,7 +4,7 @@ inherit obmc-phosphor-systemd
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a8328fd2a610bf4527feedcaa3ae3d14"
-S = "${WORKDIR}/"
+S = "${WORKDIR}"
SRC_URI = "file://setup_gpio.sh \
file://power-util \
@@ -21,6 +21,6 @@ SYSTEMD_SERVICE_${PN} = "host-gpio.service host-poweron.service host-poweroff.se
do_install() {
install -d ${D}/usr/sbin
- install -m 0755 ${S}setup_gpio.sh ${D}/${sbindir}/
- install -m 0755 ${S}power-util ${D}/${sbindir}/
+ install -m 0755 ${S}/setup_gpio.sh ${D}/${sbindir}/
+ install -m 0755 ${S}/power-util ${D}/${sbindir}/
}