diff -r 685450d99823 -r 3b01b24463b6 scripts/build/tools/200-sstrip.sh --- a/scripts/build/tools/200-sstrip.sh Tue Jan 27 23:13:24 2009 +0000 +++ b/scripts/build/tools/200-sstrip.sh Mon Feb 02 17:22:16 2009 +0000 @@ -40,7 +40,7 @@ do_tools_sstrip_extract() { # We'll let buildroot guys take care of sstrip maintenance and patching. mkdir -p "${CT_SRC_DIR}/sstrip" - CT_DoExecLog ALL cp -v "${CT_TARBALLS_DIR}/sstrip.c?view=co" "${CT_SRC_DIR}/sstrip" + CT_DoExecLog ALL cp -v "${CT_TARBALLS_DIR}/sstrip.c?view=co" "${CT_SRC_DIR}/sstrip/sstrip.c" } do_tools_sstrip_build() { CT_DoStep INFO "Installing sstrip"