Fix extracting/patching DUMA:
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Mar 06 13:27:40 2009 +0000 (2009-03-06)
changeset 123873c8b86a05b1
parent 1237 d757b7d685c3
child 1239 480e12d369b0
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(+)
scripts/build/debug/200-duma.sh
     1.1 --- a/scripts/build/debug/200-duma.sh	Fri Mar 06 12:39:04 2009 +0000
     1.2 +++ b/scripts/build/debug/200-duma.sh	Fri Mar 06 13:27:40 2009 +0000
     1.3 @@ -12,6 +12,7 @@
     1.4      # Even if DUMA uses _ and not -, crosstool-NG uses the dash to split the
     1.5      # name from the version in order to find the appropriate patches
     1.6      # YEM: FIXME: make CT_Patch more intelligent, Eg.: CT_Patch duma _ "${CT_DUMA_VERSION}"
     1.7 +    CT_DoExecLog DEBUG touch "${CT_SRC_DIR}/.duma-${CT_DUMA_VERSION}.extracted"
     1.8      CT_Patch "duma-${CT_DUMA_VERSION}" nochdir
     1.9      CT_Popd
    1.10  }