summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-06-30 23:17:01 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-06-30 23:17:01 (GMT)
commite8a36ea13c2abc15a4055030b953330d9d94ccdb (patch)
tree9b549d4c6c9a5948c170d30a6d010a542a917734 /scripts
parent82766493f5562a62ae1f4d227532924aeba6e1d4 (diff)
debug/gdb: fix incorrect path
Fix discrepancy between the directory we create, and the directory into which we install tic.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/debug/300-gdb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh
index 20a36d0..3fd3312 100644
--- a/scripts/build/debug/300-gdb.sh
+++ b/scripts/build/debug/300-gdb.sh
@@ -154,7 +154,7 @@ do_debug_gdb_build() {
CT_DoExecLog ALL make ${PARALLELMFLAGS} -C include
CT_DoExecLog ALL make ${PARALLELMFLAGS} -C progs "tic${tic_ext}"
- CT_DoExecLog ALL install -d -m 0755 "${CT_PREFIX_DIR}/bin"
+ CT_DoExecLog ALL install -d -m 0755 "${CT_PREFIX_DIR}/buildtools"
CT_DoExecLog ALL install -m 0755 "progs/tic${tic_ext}" "${CT_PREFIX_DIR}/buildtools"
mkdir -p "${CT_BUILD_DIR}/build-ncurses"