From 689f7e85cfdc2cd71ae5fbbad2af5ea8dc8b91b2 Mon Sep 17 00:00:00 2001 From: fr frasc Date: Fri, 23 Oct 2009 09:48:22 -0700 Subject: scripts/functions: Fix a variable name. Signed-off-by: Frederic Roussel (transplanted from 991a59088ff09528896ac64ed4e8a6fba31eae39) diff --git a/scripts/functions b/scripts/functions index 62a2f99..bbafeef 100644 --- a/scripts/functions +++ b/scripts/functions @@ -612,7 +612,7 @@ CT_Patch() { CT_DoLog EXTRA "Patching '${basename}'" bundled_patch_dir="${CT_LIB_DIR}/patches/${base_file}/${ver_file}" - local_patch_dir="${CT_CUSTOM_PATCH_DIR}/${base_file}/${ver_file}" + local_patch_dir="${CT_LOCAL_PATCH_DIR}/${base_file}/${ver_file}" case "${CT_PATCH_ORDER}" in bundled) patch_dirs=("${bundled_patch_dir}");; -- cgit v0.10.2-6-g49f6