summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Roussel <fr.frasc@gmail.com>2009-10-23 16:48:22 (GMT)
committerfr frasc <fr.frasc@gmail.com>2009-10-23 16:48:22 (GMT)
commit1215142d577fe524b5597af2110b2ec54c4ae4a8 (patch)
treed108a9897eb114a7f1215438e07c5afc0a8f38db
parent288173ce56309b762c11d0e8c11d18c828ed14bc (diff)
scripts/functions: Fix a variable name.
Signed-off-by: Frederic Roussel <fr.frasc@gmail.com>
-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}");;