From d7f1e01cfa4a03ba27eab50b0e11a52ee4e5b90e Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 19 May 2017 14:47:44 +0100 Subject: [PATCH] Don't fail if reskindex symlink exists --- scripts/fetch-develop.deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fetch-develop.deps.sh b/scripts/fetch-develop.deps.sh index 8048d4bc58..c3bfb4e169 100755 --- a/scripts/fetch-develop.deps.sh +++ b/scripts/fetch-develop.deps.sh @@ -58,4 +58,4 @@ popd # to define the npm prefix somewhere so it could put the # intermediate symlinks there. Instead, we do it ourselves. mkdir -p .bin -ln -s ../matrix-react-sdk/scripts/reskindex.js .bin/reskindex +ln -sf ../matrix-react-sdk/scripts/reskindex.js .bin/reskindex