diff -r 88020b2c3246 -r bdb3a98e064b scripts/build/libc/uClibc.sh --- a/scripts/build/libc/uClibc.sh Tue Jan 12 19:24:03 2010 +0100 +++ b/scripts/build/libc/uClibc.sh Sun Apr 11 23:18:10 2010 +0200 @@ -22,13 +22,13 @@ # Extract uClibc do_libc_extract() { CT_Extract "uClibc-${CT_LIBC_VERSION}" - CT_Patch "uClibc-${CT_LIBC_VERSION}" + CT_Patch "uClibc" "${CT_LIBC_VERSION}" # uClibc locales if [ "${CT_LIBC_UCLIBC_LOCALES}" = "y" ]; then CT_Pushd "${CT_SRC_DIR}/uClibc-${CT_LIBC_VERSION}/extra/locale" CT_Extract nochdir "uClibc-locale-030818" - CT_Patch nochdir "uClibc-locale-030818" + CT_Patch nochdir "uClibc" "locale-030818" CT_Popd fi