debug/gdb: fix incorrect path

Fix discrepancy between the directory we create,
and the directory into which we install tic.
This commit is contained in:
Yann E. MORIN" 2010-07-01 01:17:01 +02:00
parent 82766493f5
commit e8a36ea13c

View File

@ -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"