Skip to content

Commit

Permalink
add vitamin ${D}
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Oct 5, 2023
1 parent f93b68a commit 384567c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ SRC_URI_append = "\
do_install_append() {
install -m 644 ${WORKDIR}/syslog-ng.conf.opentrons ${D}${sysconfdir}/${BPN}/${BPN}.conf
install -d ${D}${sysconfdir}/${BPN}/level-filter
install -m 644 ${WORKDIR}/level-filter-plugin.conf ${sysconfdir}/${BPN}/level-filter/plugin.conf
install -m 744 ${WORKDIR}/level-filter-create.sh ${sysconfdir}/${BPN}/level-filter/create-level-filter.conf
install -m 644 ${WORKDIR}/level-filter-plugin.conf ${D}${sysconfdir}/${BPN}/level-filter/plugin.conf
install -m 744 ${WORKDIR}/level-filter-create.sh ${D}${sysconfdir}/${BPN}/level-filter/create-level-filter.conf
sed -i -e 's,@CONFDIR@,${sysconfdir},g' ${D}${sysconfdir}/${BPN}/${BPN}.conf ${D}${sysconfdir}/${BPN}/level-filter/plugin.conf
sed -i -e 's,@STATEDIR@,${localstatedir}' ${D}${sysconfdir}/${BPN}/level-filter/create-level-filter.sh

Expand Down

0 comments on commit 384567c

Please sign in to comment.