build.sh: use correct manifest path for signing
Looks like this was changed in Gluon 2016.1 .
This commit is contained in:
parent
64cb5aec40
commit
ab5f31c519
2
build.sh
2
build.sh
|
@ -158,7 +158,7 @@ make manifest
|
|||
cd ..
|
||||
|
||||
if [ -n "$KEYFILE" -a -r "$KEYFILE" ]; then
|
||||
"${GLUON_DIR}/contrib/sign.sh" "$KEYFILE" "${GLUON_DIR}/images/sysupgrade/${GLUON_BRANCH}.manifest"
|
||||
"${GLUON_DIR}/contrib/sign.sh" "$KEYFILE" "${GLUON_DIR}/output/images/sysupgrade/${GLUON_BRANCH}.manifest"
|
||||
fi
|
||||
|
||||
rm "$statefile"
|
||||
|
|
Loading…
Reference in New Issue