summaryrefslogtreecommitdiffstats
path: root/board/pc/post-image.sh
diff options
context:
space:
mode:
Diffstat (limited to 'board/pc/post-image.sh')
-rwxr-xr-xboard/pc/post-image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pc/post-image.sh b/board/pc/post-image.sh
index 3b51409c24..c88ecb1dc2 100755
--- a/board/pc/post-image.sh
+++ b/board/pc/post-image.sh
@@ -16,7 +16,7 @@ __EOF__
else
BOOT_TYPE=bios
# Copy grub 1st stage to binaries, required for genimage
- cp -f ${HOST_DIR}/usr/lib/grub/i386-pc/boot.img ${BINARIES_DIR}
+ cp -f ${HOST_DIR}/lib/grub/i386-pc/boot.img ${BINARIES_DIR}
fi
BOARD_DIR="$(dirname $0)"
OpenPOWER on IntegriCloud