# HG changeset patch # User "Yann E. MORIN" # Date 1277939821 -7200 # Node ID b74a48609d81f8de377c48544e5f185ae046ccb1 # Parent 1be81b72dea4025dcf4176499fbb067f18adf3d5 debug/gdb: fix incorrect path Fix discrepancy between the directory we create, and the directory into which we install tic. diff -r 1be81b72dea4 -r b74a48609d81 scripts/build/debug/300-gdb.sh --- a/scripts/build/debug/300-gdb.sh Thu Jul 01 00:24:04 2010 +0200 +++ b/scripts/build/debug/300-gdb.sh Thu Jul 01 01:17:01 2010 +0200 @@ -154,7 +154,7 @@ 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"