mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 23:48:53 +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;
|
if test ! -f common/gst-autogen.sh;
|
||||||
then
|
then
|
||||||
echo "+ Setting up common submodule"
|
echo "+ Setting up common submodule"
|
||||||
|
cd ../
|
||||||
git submodule init
|
git submodule init
|
||||||
fi
|
fi
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|
Loading…
Reference in a new issue