summaryrefslogtreecommitdiff
path: root/scripts/build/debug/200-duma.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-03-06 13:27:40 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-03-06 13:27:40 (GMT)
commita0c6dea17640aaec233a93de05a7dffb44653b57 (patch)
tree58ecf70a96d749e73bae54e5ec51a0228e5c8312 /scripts/build/debug/200-duma.sh
parenta14760d58ff10b1104a916a0229fcfd31c442561 (diff)
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(+)
Diffstat (limited to 'scripts/build/debug/200-duma.sh')
-rw-r--r--scripts/build/debug/200-duma.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/debug/200-duma.sh b/scripts/build/debug/200-duma.sh
index a2d6a54..2220a55 100644
--- a/scripts/build/debug/200-duma.sh
+++ b/scripts/build/debug/200-duma.sh
@@ -12,6 +12,7 @@ do_debug_duma_extract() {
# 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
}