Skip to content
Snippets Groups Projects
Commit 36534304 authored by Bob Mottram's avatar Bob Mottram
Browse files

matrix build directory

parent 30b39899
No related branches found
No related tags found
No related merge requests found
......@@ -303,7 +303,10 @@ function install_matrix {
cd /etc/matrix
git checkout $MATRIX_COMMIT -b $MATRIX_COMMIT
set_completion_param "matrix commit" "$MATRIX_COMMIT"
pip install --upgrade --process-dependency-links .
if [ ! -d $INSTALL_DIR/matrix ]; then
mkdir -p $INSTALL_DIR/matrix
fi
pip install --upgrade --process-dependency-links . -b $INSTALL_DIR/matrix
if [ ! "$?" = "0" ]; then
exit 782542
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment