Dynamic linking

This commit is contained in:
Dennis Eichhorn 2017-03-11 16:27:29 +01:00
parent 26562cadf9
commit 4a438ee74f

View File

@ -81,7 +81,7 @@ cp ${BUILD_PATH}/Configs/composer.json ${TOOLS_PATH}/composer.json
php composer.phar install
ln -s /var/www/html/Tools/vendor /var/www/html/Orange-Management/vendor
ln -s ${TOOLS_PATH}/vendor ${ROOT_PATH}/vendor
# Installing tools
[[ $(jsonlint -h) != *"Usage: jsonlint"* ]] && npm install jsonlint -g