scripts/build/debug/300-gdb.sh
changeset 1901 bdb3a98e064b
parent 1899 691adadc74db
child 1916 e5b635bb9290
     1.1 --- a/scripts/build/debug/300-gdb.sh	Sun Apr 11 23:05:48 2010 +0200
     1.2 +++ b/scripts/build/debug/300-gdb.sh	Sun Apr 11 23:18:10 2010 +0200
     1.3 @@ -57,17 +57,17 @@
     1.4  
     1.5      if [ "${do_gdb}" = "y" ]; then
     1.6          CT_Extract "gdb-${CT_GDB_VERSION}"
     1.7 -        CT_Patch "gdb-${CT_GDB_VERSION}"
     1.8 +        CT_Patch "gdb" "${CT_GDB_VERSION}"
     1.9      fi
    1.10  
    1.11      if [ "${do_insight}" = "y" ]; then
    1.12          CT_Extract "insight-${CT_GDB_VERSION}"
    1.13 -        CT_Patch "insight-${CT_GDB_VERSION}"
    1.14 +        CT_Patch "insight" "${CT_GDB_VERSION}"
    1.15      fi
    1.16  
    1.17      if [ "${do_ncurses}" = "y" ]; then
    1.18          CT_Extract "ncurses-${CT_DEBUG_GDB_NCURSES_VERSION}"
    1.19 -        CT_Patch "ncurses-${CT_DEBUG_GDB_NCURSES_VERSION}"
    1.20 +        CT_Patch "ncurses" "${CT_DEBUG_GDB_NCURSES_VERSION}"
    1.21      fi
    1.22  }
    1.23