From 2efc2b23197f16c6e4490af108dc4bd3861e9de1 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 31 Aug 2009 12:47:58 +0200 Subject: config: add fallback to patch order Add the possibility to fallback to either bundled or local patches if local or bundled are missing. --- scripts/functions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/functions b/scripts/functions index 02e2eee6..ae584c4c 100644 --- a/scripts/functions +++ b/scripts/functions @@ -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 -- cgit v1.2.3