From 4bcd72fb1604341116621e7e7655520779592103 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 5 Jan 2009 21:09:37 +0000 Subject: Fix building DUMA: - DUMA separates its name from its version with an underscore, not with a dash. /trunk/scripts/build/debug/200-duma.sh | 3 2 1 0 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/build/debug/200-duma.sh b/scripts/build/debug/200-duma.sh index 7a98c3c..cf52234 100644 --- a/scripts/build/debug/200-duma.sh +++ b/scripts/build/debug/200-duma.sh @@ -21,7 +21,8 @@ do_debug_duma_extract() { do_debug_duma_build() { CT_DoStep INFO "Installing D.U.M.A." CT_DoLog EXTRA "Copying sources" - cp -a "${CT_SRC_DIR}/duma-${CT_DUMA_VERSION}" "${CT_BUILD_DIR}/build-duma" + # DUMA separates its name from the version with an underscore, not a dash + cp -a "${CT_SRC_DIR}/duma_${CT_DUMA_VERSION}" "${CT_BUILD_DIR}/build-duma" CT_Pushd "${CT_BUILD_DIR}/build-duma" DUMA_CPP= -- cgit v0.10.2-6-g49f6