diff -r 88020b2c3246 -r bdb3a98e064b scripts/build/debug/200-duma.sh --- a/scripts/build/debug/200-duma.sh Tue Jan 12 19:24:03 2010 +0100 +++ b/scripts/build/debug/200-duma.sh Sun Apr 11 23:18:10 2010 +0200 @@ -12,11 +12,7 @@ do_debug_duma_extract() { CT_Extract "duma_${CT_DUMA_VERSION}" CT_Pushd "${CT_SRC_DIR}/duma_${CT_DUMA_VERSION}" - # Even if DUMA uses _ and not -, crosstool-NG uses the dash to split the - # name from the version in order to find the appropriate patches - # YEM: FIXME: make CT_Patch more intelligent, Eg.: CT_Patch duma _ "${CT_DUMA_VERSION}" - CT_DoExecLog DEBUG touch "${CT_SRC_DIR}/.duma-${CT_DUMA_VERSION}.extracted" - CT_Patch nochdir "duma-${CT_DUMA_VERSION}" + CT_Patch nochdir "duma" "${CT_DUMA_VERSION}" CT_Popd }