Merge pull request #72 from brad/submodule

updates submodules if building from git
felipesanches-svg
Marius Kintel 2012-01-25 13:24:14 -08:00
commit 85cb0f7acd
1 changed files with 4 additions and 0 deletions

View File

@ -110,6 +110,10 @@ case $OS in
;;
esac
if [ -d .git ]; then
git submodule update
fi
if [ -n $EXAMPLESDIR ]; then
echo $EXAMPLESDIR
mkdir -p $EXAMPLESDIR