scripts/build/tools/200-sstrip.sh
branch1.3
changeset 1193 3b01b24463b6
parent 1166 685450d99823
     1.1 --- a/scripts/build/tools/200-sstrip.sh	Tue Jan 27 23:13:24 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"