summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfr frasc <fr.frasc@gmail.com>2009-10-23 16:48:22 (GMT)
committerfr frasc <fr.frasc@gmail.com>2009-10-23 16:48:22 (GMT)
commit689f7e85cfdc2cd71ae5fbbad2af5ea8dc8b91b2 (patch)
treec8d695cacd8bd3d37322be180d57bb3bcbaa5379
parentde81aff9d9e588993b5185fae5cfebe181b8033d (diff)
scripts/functions: Fix a variable name.
Signed-off-by: Frederic Roussel <fr.frasc@gmail.com> (transplanted from 991a59088ff09528896ac64ed4e8a6fba31eae39)
-rw-r--r--scripts/functions2
1 files changed, 1 insertions, 1 deletions
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}");;