Merge pull request #17 from oliver/master
build.sh: use correct manifest path for signing
This commit is contained in:
commit
e7bbb54da7
2
build.sh
2
build.sh
|
@ -158,7 +158,7 @@ make manifest
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
if [ -n "$KEYFILE" -a -r "$KEYFILE" ]; then
|
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
|
fi
|
||||||
|
|
||||||
rm "$statefile"
|
rm "$statefile"
|
||||||
|
|
Loading…
Reference in New Issue