scripts/functions
changeset 1583 991a59088ff0
parent 1516 df99f43e9db7
child 1591 11460fc587e6
     1.1 --- a/scripts/functions	Sun Sep 06 16:49:20 2009 +0200
     1.2 +++ b/scripts/functions	Fri Oct 23 09:48:22 2009 -0700
     1.3 @@ -612,7 +612,7 @@
     1.4      CT_DoLog EXTRA "Patching '${basename}'"
     1.5  
     1.6      bundled_patch_dir="${CT_LIB_DIR}/patches/${base_file}/${ver_file}"
     1.7 -    local_patch_dir="${CT_CUSTOM_PATCH_DIR}/${base_file}/${ver_file}"
     1.8 +    local_patch_dir="${CT_LOCAL_PATCH_DIR}/${base_file}/${ver_file}"
     1.9  
    1.10      case "${CT_PATCH_ORDER}" in
    1.11          bundled)        patch_dirs=("${bundled_patch_dir}");;