aboutsummaryrefslogtreecommitdiff
path: root/scripts/crosstool-NG.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-04-29 23:58:26 -0700
committerGitHub <noreply@github.com>2018-04-29 23:58:26 -0700
commitd7eed4ee52a793663ab364e2c0bb6b4303d4d6a5 (patch)
tree3668983f0de90401bbe0ca710cc937a6107056c0 /scripts/crosstool-NG.sh
parent5c24106d3b6ddb5229874a74e3cfe0059fa8ce8d (diff)
parentbd60424e099623a148a5d186c6f268807e33896c (diff)
downloadcrosstool-ng-d7eed4ee52a793663ab364e2c0bb6b4303d4d6a5.tar.gz
crosstool-ng-d7eed4ee52a793663ab364e2c0bb6b4303d4d6a5.tar.bz2
crosstool-ng-d7eed4ee52a793663ab364e2c0bb6b4303d4d6a5.zip
Merge pull request #954 from stilor/archlinux-add-unzip
Add unzip to archlinux image
Diffstat (limited to 'scripts/crosstool-NG.sh')
-rw-r--r--scripts/crosstool-NG.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/crosstool-NG.sh b/scripts/crosstool-NG.sh
index 9bd80ad3..19b9519b 100644
--- a/scripts/crosstool-NG.sh
+++ b/scripts/crosstool-NG.sh
@@ -117,6 +117,7 @@ cat "${paths_sh_location}" |while read trash line; do
eval path=${line#*=}
if [ ! -r "${CT_LIB_DIR}/scripts/override/$tool" ]; then
if [ -n "${path}" ]; then
+ CT_DoExecLog ALL rm -f "${CT_TOOLS_OVERRIDE_DIR}/bin/${tool}"
CT_DoExecLog ALL ln -s "${path}" "${CT_TOOLS_OVERRIDE_DIR}/bin/${tool}"
fi
continue