Skip to content

Commit

Permalink
Abjure ye the devil and all his works
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Jul 11, 2024
1 parent 84599b0 commit 2947185
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ do_install() {
install -d ${D}${systemd_system_unitdir}
install -m 0644 ${WORKDIR}/opentrons-run-boot-scripts.service ${D}${systemd_system_unitdir}/opentrons-run-boot-scripts.service
install -d ${D}/${bindir}
install -m 0666 ${WORKDIR}/opentrons_simulate ${D}${bindir}/opentrons_simulate
install -m 0666 ${WORKDIR}/opentrons_execute ${D}${bindir}/opentrons_execute
install -m 0555 ${WORKDIR}/opentrons_simulate ${D}${bindir}/opentrons_simulate
install -m 0555 ${WORKDIR}/opentrons_execute ${D}${bindir}/opentrons_execute
# add the openembedded version to ot-environ file
echo "export OT_SYSTEM_VERSION=${OT_SYSTEM_VERSION}" >> ${D}/${sysconfdir}/profile.d/ot-environ.sh
}
Expand Down

0 comments on commit 2947185

Please sign in to comment.