Fix 'extracting' sstrip. Thanks to Michael ABBOTT for spotting this. 1.3
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Feb 02 17:22:16 2009 +0000 (2009-02-02)
branch1.3
changeset 11933b01b24463b6
parent 1171 211a2f10eb77
child 1212 9daa58864b8b
Fix 'extracting' sstrip. Thanks to Michael ABBOTT for spotting this.

/branches/1.3/scripts/build/tools/200-sstrip.sh | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
scripts/build/tools/200-sstrip.sh
     1.1 --- a/scripts/build/tools/200-sstrip.sh	Tue Jan 27 23:33:26 2009 +0000
     1.2 +++ b/scripts/build/tools/200-sstrip.sh	Mon Feb 02 17:22:16 2009 +0000
     1.3 @@ -40,7 +40,7 @@
     1.4          do_tools_sstrip_extract() {
     1.5              # We'll let buildroot guys take care of sstrip maintenance and patching.
     1.6              mkdir -p "${CT_SRC_DIR}/sstrip"
     1.7 -            CT_DoExecLog ALL cp -v "${CT_TARBALLS_DIR}/sstrip.c?view=co" "${CT_SRC_DIR}/sstrip"
     1.8 +            CT_DoExecLog ALL cp -v "${CT_TARBALLS_DIR}/sstrip.c?view=co" "${CT_SRC_DIR}/sstrip/sstrip.c"
     1.9          }
    1.10          do_tools_sstrip_build() {
    1.11              CT_DoStep INFO "Installing sstrip"