mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-24 06:56:40 +00:00
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(-)
This commit is contained in:
parent
e95bd748e8
commit
0fd5e653e5
@ -499,7 +499,7 @@ CT_ExtractAndPatch() {
|
||||
|
||||
official_patch_dir=
|
||||
custom_patch_dir=
|
||||
[ "${CUSTOM_PATCH_ONLY}" = "y" ] || official_patch_dir="${CT_LIB_DIR}/patches/${base_file}/${ver_file}"
|
||||
[ "${CT_CUSTOM_PATCH_ONLY}" = "y" ] || official_patch_dir="${CT_LIB_DIR}/patches/${base_file}/${ver_file}"
|
||||
[ "${CT_CUSTOM_PATCH}" = "y" ] && custom_patch_dir="${CT_CUSTOM_PATCH_DIR}/${base_file}/${ver_file}"
|
||||
for patch_dir in "${official_patch_dir}" "${custom_patch_dir}"; do
|
||||
if [ -n "${patch_dir}" -a -d "${patch_dir}" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user