summaryrefslogtreecommitdiff
path: root/scripts/build/debug/300-gdb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/debug/300-gdb.sh')
-rw-r--r--scripts/build/debug/300-gdb.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh
index c2a964e..24d87dd 100644
--- a/scripts/build/debug/300-gdb.sh
+++ b/scripts/build/debug/300-gdb.sh
@@ -57,15 +57,18 @@ do_debug_gdb_extract() {
do_debug_gdb_parts
if [ "${do_gdb}" = "y" ]; then
- CT_ExtractAndPatch "gdb$(do_debug_gdb_suffix)"
+ CT_Extract "gdb$(do_debug_gdb_suffix)"
+ CT_Patch "gdb$(do_debug_gdb_suffix)"
fi
if [ "${do_insight}" = "y" ]; then
- CT_ExtractAndPatch "insight-${CT_GDB_VERSION}"
+ CT_Extract "insight-${CT_GDB_VERSION}"
+ CT_Patch "insight-${CT_GDB_VERSION}"
fi
if [ "${do_ncurses}" = "y" ]; then
- CT_ExtractAndPatch "ncurses-${CT_NCURSES_VERSION}"
+ CT_Extract "ncurses-${CT_NCURSES_VERSION}"
+ CT_Patch "ncurses-${CT_NCURSES_VERSION}"
fi
}