mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
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(-)
This commit is contained in:
parent
bf2df62e94
commit
d1128beb40
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user