Fixed directory hijacking error.

This commit is contained in:
Kohei Takahashi
2017-10-13 12:46:54 +09:00
parent 38535926bd
commit e4b1233262

View File

@@ -542,6 +542,8 @@ install:
- git submodule init tools/build - git submodule init tools/build
- git submodule update --depth 1 - git submodule update --depth 1
- rm -rf libs/fusion
- ln -sfT $TRAVIS_BUILD_DIR libs/fusion - ln -sfT $TRAVIS_BUILD_DIR libs/fusion
- ./bootstrap.sh - ./bootstrap.sh