diff options
| author | Arnout Vandecappelle <arnout@mind.be> | 2017-07-05 13:14:26 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-05 15:23:13 +0200 |
| commit | 31be2ec220c8ad6e1f98d9fb705034cc288de597 (patch) | |
| tree | 4294b956d2fd1c5fbb13c9bfea52bc5d1fc74ed7 /board/olimex | |
| parent | b2ea6eaf23202c92063931bba6fe8f5506e90d52 (diff) | |
| download | buildroot-31be2ec220c8ad6e1f98d9fb705034cc288de597.tar.gz buildroot-31be2ec220c8ad6e1f98d9fb705034cc288de597.zip | |
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>
Diffstat (limited to 'board/olimex')
| -rwxr-xr-x | board/olimex/a13_olinuxino/post-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/olimex/a13_olinuxino/post-build.sh b/board/olimex/a13_olinuxino/post-build.sh index 79dcfc9412..aa2a76bdde 100755 --- a/board/olimex/a13_olinuxino/post-build.sh +++ b/board/olimex/a13_olinuxino/post-build.sh @@ -1,6 +1,6 @@ #!/bin/sh -MKIMAGE=$HOST_DIR/usr/bin/mkimage +MKIMAGE=$HOST_DIR/bin/mkimage $MKIMAGE -A arm -O linux -T script -C none \ -d board/olimex/a13_olinuxino/boot.cmd \ |

