From 97f2d650730ed831d5fe37e593a1a473be21a1b1 Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Sun, 30 Oct 2016 19:10:05 +0300 Subject: [PATCH] Small enhancement for u-boot installation --- common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common.sh b/common.sh index 99485362de..bb37c35b35 100644 --- a/common.sh +++ b/common.sh @@ -78,6 +78,7 @@ compile_uboot() [[ \$(type -t setup_write_uboot_platform) == function ]] && setup_write_uboot_platform echo "Updating u-boot on device \$DEVICE" >&2 write_uboot_platform \$DIR \$DEVICE + sync exit 0 EOF chmod 755 $DEST/debs/$uboot_name/DEBIAN/postinst