scripts/build/debug/200-duma.sh
changeset 1901 bdb3a98e064b
parent 1761 88020b2c3246
child 2867 ef6dad58ab1c
     1.1 --- a/scripts/build/debug/200-duma.sh	Tue Jan 12 19:24:03 2010 +0100
     1.2 +++ b/scripts/build/debug/200-duma.sh	Sun Apr 11 23:18:10 2010 +0200
     1.3 @@ -12,11 +12,7 @@
     1.4  do_debug_duma_extract() {
     1.5      CT_Extract "duma_${CT_DUMA_VERSION}"
     1.6      CT_Pushd "${CT_SRC_DIR}/duma_${CT_DUMA_VERSION}"
     1.7 -    # Even if DUMA uses _ and not -, crosstool-NG uses the dash to split the
     1.8 -    # name from the version in order to find the appropriate patches
     1.9 -    # YEM: FIXME: make CT_Patch more intelligent, Eg.: CT_Patch duma _ "${CT_DUMA_VERSION}"
    1.10 -    CT_DoExecLog DEBUG touch "${CT_SRC_DIR}/.duma-${CT_DUMA_VERSION}.extracted"
    1.11 -    CT_Patch nochdir "duma-${CT_DUMA_VERSION}"
    1.12 +    CT_Patch nochdir "duma" "${CT_DUMA_VERSION}"
    1.13      CT_Popd
    1.14  }
    1.15