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