some cleanup pre 0.8.2

This commit is contained in:
German Laullon
2011-05-03 16:58:33 -07:00
parent e3304fa838
commit f45ca2791b
5 changed files with 110 additions and 1113 deletions
+4 -1
View File
@@ -12,7 +12,10 @@ buildAction () {
echo "Building libgit2..."
if [[ -d .git ]]
then
export PATH=$PATH:$HOME/bin:$HOME/local/bin:/sw/bin:/opt/local/bin:`"$TARGET_BUILD_DIR"/gitx --git-path`
if [ "$(which git)" == "" ]; then
echo "git not found"
exit -1
fi
git submodule init
git submodule sync
git submodule update