debug/gdb: fix incorrect path
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Jul 01 01:17:01 2010 +0200 (2010-07-01)
changeset 2003b74a48609d81
parent 2002 1be81b72dea4
child 2004 5d6d3c28a658
debug/gdb: fix incorrect path

Fix discrepancy between the directory we create,
and the directory into which we install tic.
scripts/build/debug/300-gdb.sh
     1.1 --- a/scripts/build/debug/300-gdb.sh	Thu Jul 01 00:24:04 2010 +0200
     1.2 +++ b/scripts/build/debug/300-gdb.sh	Thu Jul 01 01:17:01 2010 +0200
     1.3 @@ -154,7 +154,7 @@
     1.4          CT_DoExecLog ALL make ${PARALLELMFLAGS} -C include
     1.5          CT_DoExecLog ALL make ${PARALLELMFLAGS} -C progs "tic${tic_ext}"
     1.6  
     1.7 -        CT_DoExecLog ALL install -d -m 0755 "${CT_PREFIX_DIR}/bin"
     1.8 +        CT_DoExecLog ALL install -d -m 0755 "${CT_PREFIX_DIR}/buildtools"
     1.9          CT_DoExecLog ALL install -m 0755 "progs/tic${tic_ext}" "${CT_PREFIX_DIR}/buildtools"
    1.10  
    1.11          mkdir -p "${CT_BUILD_DIR}/build-ncurses"