Help ncurses to install properly.

/trunk/scripts/build/debug/300-gdb.sh |    1     1     0     0 +
 1 file changed, 1 insertion(+)
This commit is contained in:
Yann E. MORIN" 2008-06-18 14:16:01 +00:00
parent c15f99666a
commit a8bfc05f9f

View File

@ -145,6 +145,7 @@ do_debug_gdb_build() {
make ${PARALLELMFLAGS} 2>&1 |CT_DoLog ALL
CT_DoLog EXTRA "Installing ncurses"
mkdir -p -v "${CT_SYSROOT_DIR}/usr/bin" 2>&1 |CT_DoLog ALL
make DESTDIR="${CT_SYSROOT_DIR}" install 2>&1 |CT_DoLog ALL
CT_EndStep