config: add fallback to patch order

Add the possibility to fallback to either bundled or local patches
if local or bundled are missing.
This commit is contained in:
Yann E. MORIN"
2009-08-31 12:47:58 +02:00
parent b09e70bda5
commit 2efc2b2319
2 changed files with 25 additions and 0 deletions

View File

@ -630,6 +630,9 @@ CT_Patch() {
CT_DoExecLog ALL patch -g0 -F1 -p1 -f <"${p}"
fi
done
if [ "${CT_PATCH_SINGLE}" = "y" ]; then
break
fi
fi
done