Backport #1111 from trunk: 1.2
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Oct 24 15:35:39 2008 +0000 (2008-10-24)
branch1.2
changeset 97180c1478b1297
parent 906 de0c84c0ff9b
child 1077 30c199c6c1d8
Backport #1111 from trunk:
- Fix using only custom patches.

/branches/1.2/scripts/functions | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
scripts/functions
     1.1 --- a/scripts/functions	Sun Oct 05 18:37:37 2008 +0000
     1.2 +++ b/scripts/functions	Fri Oct 24 15:35:39 2008 +0000
     1.3 @@ -499,7 +499,7 @@
     1.4  
     1.5      official_patch_dir=
     1.6      custom_patch_dir=
     1.7 -    [ "${CUSTOM_PATCH_ONLY}" = "y" ] || official_patch_dir="${CT_LIB_DIR}/patches/${base_file}/${ver_file}"
     1.8 +    [ "${CT_CUSTOM_PATCH_ONLY}" = "y" ] || official_patch_dir="${CT_LIB_DIR}/patches/${base_file}/${ver_file}"
     1.9      [ "${CT_CUSTOM_PATCH}" = "y" ] && custom_patch_dir="${CT_CUSTOM_PATCH_DIR}/${base_file}/${ver_file}"
    1.10      for patch_dir in "${official_patch_dir}" "${custom_patch_dir}"; do
    1.11          if [ -n "${patch_dir}" -a -d "${patch_dir}" ]; then