validate: Make sure to run submodule init from the root dir

This commit is contained in:
Thibault Saunier 2015-04-30 23:57:09 +02:00
parent 9bba59d9ba
commit 6a89662da6

View file

@ -21,6 +21,7 @@ srcfile=gst-validate.doap
if test ! -f common/gst-autogen.sh;
then
echo "+ Setting up common submodule"
cd ../
git submodule init
fi
git submodule update