scripts/functions: Fix a variable name. 1.5
authorfr.frasc@gmail.com
Fri Oct 23 09:48:22 2009 -0700 (2009-10-23)
branch1.5
changeset 1584d4825b7d6728
parent 1579 1bb1f8080940
child 1599 b904a1e0da17
scripts/functions: Fix a variable name.
Signed-off-by: Frederic Roussel <fr.frasc@gmail.com>
(transplanted from 991a59088ff09528896ac64ed4e8a6fba31eae39)
scripts/functions
     1.1 --- a/scripts/functions	Mon Oct 12 19:19:54 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}");;