From d1128beb40a7724d385b36a6a0fe9c2604a82974 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 2 Feb 2009 17:22:16 +0000 Subject: 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 --git a/scripts/build/tools/200-sstrip.sh b/scripts/build/tools/200-sstrip.sh index be875e0..f359041 100644 --- a/scripts/build/tools/200-sstrip.sh +++ b/scripts/build/tools/200-sstrip.sh @@ -40,7 +40,7 @@ case "${CT_SSTRIP_FROM}" in 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" -- cgit v0.10.2-6-g49f6