diff -r df99f43e9db7 -r 646bafb5b7f2 scripts/functions --- a/scripts/functions Sun Sep 06 16:49:20 2009 +0200 +++ b/scripts/functions Wed Oct 21 19:08:31 2009 +0200 @@ -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}");;