From 011e23d0943aae72d5a9f9c109055e45d10362c8 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 7 Sep 2007 21:31:01 +0000 Subject: Add D.U.M.A. 2_5_8 and associated patches. Fix a patch for D.U.M.A 2_5_1. Add libelf 0.8.10, still does not build... :-( --- scripts/build/debug/duma.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/debug') diff --git a/scripts/build/debug/duma.sh b/scripts/build/debug/duma.sh index c9c04a5e..fa3708bb 100644 --- a/scripts/build/debug/duma.sh +++ b/scripts/build/debug/duma.sh @@ -44,7 +44,7 @@ do_debug_duma_build() { CC="${CT_TARGET}-${CT_CC}" \ CXX="${CT_TARGET}-${CT_CC}" \ DUMA_CPP="${DUMA_CPP}" \ - ${lib} 2>&1 |CT_DoLog ALL + ${libs} 2>&1 |CT_DoLog ALL CT_DoLog EXTRA "Installing library \"${lib}\"" install -m 644 "${lib}" "${CT_SYSROOT_DIR}/usr/lib" 2>&1 |CT_DoLog ALL done -- cgit v1.2.3