Skip to content
This repository was archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
acm: Replace use of DEPLOY_DIR_IMAGE with DEPLOYDIR.
Browse files Browse the repository at this point in the history
This fixes #16 this time ... really.
  • Loading branch information
flihp committed Jul 9, 2015
1 parent 47eabbb commit 6e675e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-txt/acm/acm.inc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ do_install() {
FILES_${PN} = "${base_prefix}/boot"

do_deploy() {
install -m 0644 ${D}/boot/${SRC_FILE} ${DEPLOY_DIR_IMAGE}/${DST_FILE}
install -m 0644 ${D}/boot/${SRC_FILE} ${DEPLOYDIR}/${DST_FILE}
}

do_deploy_class-native() {
Expand Down

0 comments on commit 6e675e1

Please sign in to comment.