sys-boot/u-boot: fix einfo typo

This commit is contained in:
Martin Sekera 2021-04-26 01:50:03 +02:00
parent d3d44536ad
commit c4b044ef0d

View file

@ -59,6 +59,6 @@ src_install() {
pkg_postinst() {
elog "To install U-boot:"
elog "Determine your device, then"
elog "if=/usr/share/u-boot/idbloader.img of=/dev/... seek=64 conv=notrunc"
elog "if=/usr/share/u-boot/u-boot.itb of=/dev/... seek=16384 conv=notrunc"
elog "dd if=/usr/share/u-boot/idbloader.img of=/dev/... seek=64 conv=notrunc"
elog "dd if=/usr/share/u-boot/u-boot.itb of=/dev/... seek=16384 conv=notrunc"
}