mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
validate: Make sure to run submodule init from the root dir
This commit is contained in:
parent
9bba59d9ba
commit
6a89662da6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue