mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-26 07:51:06 +00:00
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:
parent
82766493f5
commit
e8a36ea13c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user