]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
boards: replace $HOST_DIR/usr/ with $HOST_DIR/ in scripts
authorArnout Vandecappelle <arnout@mind.be>
Wed, 5 Jul 2017 11:14:26 +0000 (13:14 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 5 Jul 2017 13:23:13 +0000 (15:23 +0200)
commit31be2ec220c8ad6e1f98d9fb705034cc288de597
tree4294b956d2fd1c5fbb13c9bfea52bc5d1fc74ed7
parentb2ea6eaf23202c92063931bba6fe8f5506e90d52
boards: replace $HOST_DIR/usr/ with $HOST_DIR/ in scripts

Since things are no longer installed in $(HOST_DIR)/usr, the callers
should also not refer to it.

This is a mechanical change with
git grep -l 'HOST_DIR}\?/usr/' board | xargs sed -i 's%\(HOST_DIR}\?\)/usr/%\1/%g'

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 files changed:
board/boundarydevices/common/post-build.sh
board/chromebook/snow/mksd.sh
board/chromebook/snow/sign.sh
board/firefly/firefly-rk3288/post-image.sh
board/friendlyarm/nanopi-neo/post-build.sh
board/lemaker/bananapro/post-build.sh
board/linksprite/pcduino/post-build.sh
board/nexbox/a95x/post-build.sh
board/olimex/a13_olinuxino/post-build.sh
board/orangepi/post-build.sh
board/pc/post-image.sh
board/solidrun/mx6cubox/post-build.sh
board/technologic/ts4800/post-image.sh
board/technologic/ts4900/post-image.sh
board/udoo/neo/post-build.sh
board/wandboard/post-build.sh