Fix deps building problem, silly

This commit is contained in:
Scott Lystig Fritchie 2016-02-27 01:56:16 +09:00
parent 84f522f865
commit 16153a5d31

View file

@ -87,7 +87,7 @@ Vagrant.configure(2) do |config|
## setenv PATH /usr/local/erlang/17.5/bin:$PATH
git clone https://github.com/basho/machi.git
(cd machi ; git checkout master ; make test )
(cd machi ; git checkout master ; make && make test )
chown -R vagrant ./machi
SHELL
end