From c4e987288eb3fe3a04d7881b5ff5890c5b4c756b Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 29 Apr 2010 22:14:31 +0200 Subject: debug/gdb: install tic in the buildtools directory 'tic' is a build tool, its place is in the buildtools directory, not in the toolchain's bin directory. diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh index a38470c..20a36d0 100644 --- a/scripts/build/debug/300-gdb.sh +++ b/scripts/build/debug/300-gdb.sh @@ -155,7 +155,7 @@ do_debug_gdb_build() { 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 -m 0755 "progs/tic${tic_ext}" "${CT_PREFIX_DIR}/bin" + CT_DoExecLog ALL install -m 0755 "progs/tic${tic_ext}" "${CT_PREFIX_DIR}/buildtools" mkdir -p "${CT_BUILD_DIR}/build-ncurses" cd "${CT_BUILD_DIR}/build-ncurses" -- cgit v0.10.2-6-g49f6