diff -r df99f43e9db7 -r 991a59088ff0 scripts/functions --- a/scripts/functions Sun Sep 06 16:49:20 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}");;