1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-04-18 15:45:18 +01:00
Files
supervisor/meta-hassio/recipes-support/resinhup/resinhup.bbappend
2017-03-28 12:25:49 +02:00

10 lines
186 B
Plaintext

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://resinhup"
do_install_append() {
install -d ${D}${bindir}
install -m 0755 ${WORKDIR}/resinhup ${D}${bindir}
}