mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
libc/eglibc: fix download
Fix the test to check if download is forced.
This commit is contained in:
parent
0233ac8534
commit
26b3a17f58
@ -54,7 +54,7 @@ do_libc_get() {
|
||||
-a -f "${CT_LOCAL_TARBALLS_DIR}/${eglibc_linuxthreads}" \
|
||||
-a -f "${CT_LOCAL_TARBALLS_DIR}/${eglibc_localedef}" \
|
||||
-a -f "${CT_LOCAL_TARBALLS_DIR}/${eglibc_ports}" \
|
||||
"${CT_FORCE_DOWNLOAD}" != "y" \
|
||||
-a "${CT_FORCE_DOWNLOAD}" != "y" \
|
||||
]; then
|
||||
CT_DoLog DEBUG "Got 'eglibc-${CT_LIBC_VERSION}' from local storage"
|
||||
for file in ${eglibc} ${eglibc_linuxthreads} ${eglibc_localedef} ${eglibc_ports}; do
|
||||
|
Loading…
Reference in New Issue
Block a user