From 3b7ca0190780fbe02731acd6aea39a0d20efed19 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 13 May 2018 09:50:02 +0200 Subject: [PATCH] fix post build --- buildroot-external/scripts/post-build.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/buildroot-external/scripts/post-build.sh b/buildroot-external/scripts/post-build.sh index be9f1f61b..224bb7e44 100755 --- a/buildroot-external/scripts/post-build.sh +++ b/buildroot-external/scripts/post-build.sh @@ -1,9 +1,11 @@ #!/bin/bash +set -e +SCRIPT_DIR=${BR2_EXTERNAL_HASSIO_PATH}/scripts BOARD_DIR=${2} -. rootfs_layer.sh -. ../info +. ${SCRIPT_DIR}/rootfs_layer.sh +. ${BR2_EXTERNAL_HASSIO_PATH}/info . ${BOARD_DIR}/info # Hass.io OS tasks