diff -r 691adadc74db -r bdb3a98e064b scripts/build/debug/300-gdb.sh --- a/scripts/build/debug/300-gdb.sh Sun Apr 11 23:05:48 2010 +0200 +++ b/scripts/build/debug/300-gdb.sh Sun Apr 11 23:18:10 2010 +0200 @@ -57,17 +57,17 @@ if [ "${do_gdb}" = "y" ]; then CT_Extract "gdb-${CT_GDB_VERSION}" - CT_Patch "gdb-${CT_GDB_VERSION}" + CT_Patch "gdb" "${CT_GDB_VERSION}" fi if [ "${do_insight}" = "y" ]; then CT_Extract "insight-${CT_GDB_VERSION}" - CT_Patch "insight-${CT_GDB_VERSION}" + CT_Patch "insight" "${CT_GDB_VERSION}" fi if [ "${do_ncurses}" = "y" ]; then CT_Extract "ncurses-${CT_DEBUG_GDB_NCURSES_VERSION}" - CT_Patch "ncurses-${CT_DEBUG_GDB_NCURSES_VERSION}" + CT_Patch "ncurses" "${CT_DEBUG_GDB_NCURSES_VERSION}" fi }