# HG changeset patch # User fr.frasc@gmail.com # Date 1256316502 25200 # Node ID d4825b7d67286137a49683958087fa2024274301 # Parent 1bb1f8080940fb41f790a28ec173cf4faf44ef8f scripts/functions: Fix a variable name. Signed-off-by: Frederic Roussel (transplanted from 991a59088ff09528896ac64ed4e8a6fba31eae39) diff -r 1bb1f8080940 -r d4825b7d6728 scripts/functions --- a/scripts/functions Mon Oct 12 19:19:54 2009 +0200 +++ b/scripts/functions Fri Oct 23 09:48:22 2009 -0700 @@ -612,7 +612,7 @@ 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}");;