summaryrefslogtreecommitdiff
path: root/scripts/build/debug/duma.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-07 21:31:01 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-07 21:31:01 (GMT)
commit011e23d0943aae72d5a9f9c109055e45d10362c8 (patch)
tree7ebc36a0ae1abb0deb188ce099a7b120b7e7e51c /scripts/build/debug/duma.sh
parentc77336fb3d2b3205fee12e2e0cd44c0127bfce50 (diff)
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... :-(
Diffstat (limited to 'scripts/build/debug/duma.sh')
-rw-r--r--scripts/build/debug/duma.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/debug/duma.sh b/scripts/build/debug/duma.sh
index c9c04a5..fa3708b 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