From b09e70bda5f9e5e559f6aeea95ba15035b3654a3 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 31 Aug 2009 12:51:53 +0200 Subject: config: add the local,bundled patch order This ordering first applies the local patches, then the bundeld ones. --- scripts/functions | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/functions b/scripts/functions index 4cfa78dd..02e2eee6 100644 --- a/scripts/functions +++ b/scripts/functions @@ -618,6 +618,7 @@ CT_Patch() { bundled) patch_dirs=("${bundled_patch_dir}");; local) patch_dirs=("${local_patch_dir}");; bundled,local) patch_dirs=("${bundled_patch_dir}" "${local_patch_dir}");; + local,bundled) patch_dirs=("${local_patch_dir}" "${bundled_patch_dir}");; esac for d in "${patch_dirs[@]}"; do -- cgit v1.2.3