# HG changeset patch # User "Yann E. MORIN" # Date 1236346060 0 # Node ID 73c8b86a05b175212bd15407077d8c182b645410 # Parent d757b7d685c313c642cb1ab9cb467868c758f714 Fix extracting/patching DUMA: - DUMA uses an underscore between the name and version, not a dash. /trunk/scripts/build/debug/200-duma.sh | 1 1 0 0 + 1 file changed, 1 insertion(+) diff -r d757b7d685c3 -r 73c8b86a05b1 scripts/build/debug/200-duma.sh --- a/scripts/build/debug/200-duma.sh Fri Mar 06 12:39:04 2009 +0000 +++ b/scripts/build/debug/200-duma.sh Fri Mar 06 13:27:40 2009 +0000 @@ -12,6 +12,7 @@ # 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 "duma-${CT_DUMA_VERSION}" nochdir CT_Popd }