[Buildroot] [PATCH 1/1] board/pc: fix typo in board/pc/post-build.sh

Grégoire Delattre greg at quimbo.fr
Tue Feb 12 17:05:15 UTC 2019


From: Grégoire Delattre <gregoire.delattre at gmail.com>

Signed-off-by: Grégoire Delattre <gregoire.delattre at gmail.com>
---

Hello, this is indeed a typo ! This looks like an unwanted Ctrl-a in vim !
Here's the patch.
Sorry for the inconvenience,

Greg

 board/pc/post-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/pc/post-build.sh b/board/pc/post-build.sh
index 346f29ab6a..b245cc00c6 100755
--- 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/i387-pc/boot.img" "$BINARIES_DIR"
+cp -f "$HOST_DIR/lib/grub/i386-pc/boot.img" "$BINARIES_DIR"
--
2.20.1




More information about the buildroot mailing list