projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
886f310
)
board/pc: fix typo in board/pc/post-build.sh
author
Grégoire Delattre
<gregoire.delattre@gmail.com>
Tue, 12 Feb 2019 17:05:15 +0000
(18:05 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Tue, 12 Feb 2019 19:01:39 +0000
(20:01 +0100)
Signed-off-by: Grégoire Delattre <gregoire.delattre@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
board/pc/post-build.sh
patch
|
blob
|
history
diff --git
a/board/pc/post-build.sh
b/board/pc/post-build.sh
index 346f29ab6ae50634485667829c4b3051fb4946d4..b245cc00c6cab9859f91a7430d8f0addeaf776a3 100755
(executable)
--- a/
board/pc/post-build.sh
+++ b/
board/pc/post-build.sh
@@
-7,4
+7,4
@@
BOARD_DIR=$(dirname "$0")
cp -f "$BOARD_DIR/grub-bios.cfg" "$TARGET_DIR/boot/grub/grub.cfg"
# Copy grub 1st stage to binaries, required for genimage
-cp -f "$HOST_DIR/lib/grub/i38
7
-pc/boot.img" "$BINARIES_DIR"
+cp -f "$HOST_DIR/lib/grub/i38
6
-pc/boot.img" "$BINARIES_DIR"