From 7607080f4dbc32174bfe84292bf42eeceafa9516 Mon Sep 17 00:00:00 2001 From: Martin/Geno Date: Fri, 2 Feb 2018 20:16:41 +0100 Subject: [PATCH] build.sh: force manifest symlink for overwrite on rebuild --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index edb71bc..cff791e 100755 --- a/build.sh +++ b/build.sh @@ -38,8 +38,8 @@ if [ -z "${GLUON_BRANCH:-}" ]; then # add BRANCH=nightly line below BRANCH=testing line sed -i -e "/^BRANCH=testing/ a BRANCH=nightly" \ "${GLUON_DIR}/output/images/sysupgrade/testing.manifest" - ln -s testing.manifest "${GLUON_DIR}/output/images/sysupgrade/nightly.manifest" - ln -s testing.manifest "${GLUON_DIR}/output/images/sysupgrade/manifest" + ln -sf testing.manifest "${GLUON_DIR}/output/images/sysupgrade/nightly.manifest" + ln -sf testing.manifest "${GLUON_DIR}/output/images/sysupgrade/manifest" fi # sign testing/nightly manifest if key is present