Don't fail if reskindex symlink exists
This commit is contained in:
parent
0a920df05d
commit
d7f1e01cfa
|
@ -58,4 +58,4 @@ popd
|
||||||
# to define the npm prefix somewhere so it could put the
|
# to define the npm prefix somewhere so it could put the
|
||||||
# intermediate symlinks there. Instead, we do it ourselves.
|
# intermediate symlinks there. Instead, we do it ourselves.
|
||||||
mkdir -p .bin
|
mkdir -p .bin
|
||||||
ln -s ../matrix-react-sdk/scripts/reskindex.js .bin/reskindex
|
ln -sf ../matrix-react-sdk/scripts/reskindex.js .bin/reskindex
|
||||||
|
|
Loading…
Reference in New Issue