board/pc/post-build.sh: fix typo in grub boot.img path
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 16 Dec 2019 09:31:18 +0000 (10:31 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 16 Dec 2019 10:01:49 +0000 (11:01 +0100)
commitafcdf9f5c5bdbdaa21d79d2eb9fd6953e0877611
treeba9c9b6562c20ff7683b8809f406313799bd0e8e
parent26113da140cb765797beca5ff03f9cffb9917bd8
board/pc/post-build.sh: fix typo in grub boot.img path

Commit 3468ef16fa55610bae3bacefaf816231a20cfab0
("configs/pc_x86_64_efi: use genimage GPT partition table support")
had a small typo on the path to grub boot.img file: i387-pc instead of
i386-pc, which causes a build failure.

Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/378314412

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Alexandre PAYEN <alexandre.payen@smile.fr>
Cc: Carlos Santos <casantos@datacom.com.br>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
board/pc/post-build.sh