build: when encountering fatal errors do not add marker #310

This commit is contained in:
Franco Fichtner 2022-07-30 09:38:53 +02:00
parent d04daefc3e
commit fe1e6a2f73
1 changed files with 1 additions and 1 deletions

View File

@ -991,7 +991,7 @@ bundle_packages()
rm -f ${BASEDIR}${PACKAGESDIR}-new/.${REDO}_done
done
if [ -n "${SELF}" ]; then
if [ -n "${SELF}" -a ! -f ${BASEDIR}/.pkg-err ]; then
# add build marker to set
sh ./info.sh > ${BASEDIR}${PACKAGESDIR}-new/.${SELF}_done
fi