summaryrefslogtreecommitdiff
path: root/scripts/build/tools/sstrip.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/tools/sstrip.sh')
-rw-r--r--scripts/build/tools/sstrip.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/tools/sstrip.sh b/scripts/build/tools/sstrip.sh
index d1306c6..ca4b51e 100644
--- a/scripts/build/tools/sstrip.sh
+++ b/scripts/build/tools/sstrip.sh
@@ -42,9 +42,9 @@ case "${CT_SSTRIP_FROM}" in
return 0
fi
if [ -f "${CT_LOCAL_TARBALLS_DIR}/sstrip.c" ]; then
- CT_DoLog EXTRA "Retrieving \"sstrip.c\" from local storage"
- cp -v "${CT_LOCAL_TARBALLS_DIR}/sstrip.c" \
- "${CT_TARBALLS_DIR}/sstrip.c" 2>&1 |CT_DoLog ALL
+ CT_DoLog EXTRA "Using \"sstrip\" from local storage"
+ ln -sf "${CT_LOCAL_TARBALLS_DIR}/sstrip.c" \
+ "${CT_TARBALLS_DIR}/sstrip.c" 2>&1 |CT_DoLog ALL
return 0
fi
CT_Pushd "${CT_TARBALLS_DIR}"