Vagrant setup: Don't clone PhantomJS into Git build directory.

http://code.google.com/p/phantomjs/issues/detail?id=963
1.9
Ariya Hidayat 2013-01-09 01:03:27 -08:00
parent 26e51f4b8a
commit aaca7774c9
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ if type yum >/dev/null 2>&1; then
tar -xzvf git-1.8.0.3.tar.gz
cd git-1.8.0.3
./configure --prefix=$HOME/git && make -j2 && make install
cd ..
sleep 3
fi
fi