summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-02-02 17:22:16 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-02-02 17:22:16 (GMT)
commitd1128beb40a7724d385b36a6a0fe9c2604a82974 (patch)
tree606a4fe1df20574ebee6eb433715538d6cbe25e4
parentbf2df62e94e619e0b17ddfcd54d8261ff1b3276c (diff)
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(-)
-rw-r--r--scripts/build/tools/200-sstrip.sh2
1 files changed, 1 insertions, 1 deletions
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"