# HG changeset patch # User "Yann E. MORIN" # Date 1233595336 0 # Node ID 3b01b24463b6e220dbd4ae3ed1d158307c0f5281 # Parent 211a2f10eb77e197a075a8c528880253fdeee528 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(-) diff -r 211a2f10eb77 -r 3b01b24463b6 scripts/build/tools/200-sstrip.sh --- a/scripts/build/tools/200-sstrip.sh Tue Jan 27 23:33:26 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"