mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
validate: Always git submodule update from the toplevel directory
Otherwise it fails with older git versions
This commit is contained in:
parent
2c3d0c9eab
commit
0969e79607
1 changed files with 3 additions and 3 deletions
|
@ -18,14 +18,14 @@ package=gst-validate
|
||||||
srcfile=gst-validate.doap
|
srcfile=gst-validate.doap
|
||||||
|
|
||||||
# Make sure we have common
|
# Make sure we have common
|
||||||
if test ! -f common/gst-autogen.sh;
|
cd ../
|
||||||
|
if test ! -f validate/common/gst-autogen.sh;
|
||||||
then
|
then
|
||||||
echo "+ Setting up common submodule"
|
echo "+ Setting up common submodule"
|
||||||
cd ../
|
|
||||||
git submodule init
|
git submodule init
|
||||||
cd validate/
|
|
||||||
fi
|
fi
|
||||||
git submodule update
|
git submodule update
|
||||||
|
cd validate/
|
||||||
|
|
||||||
# source helper functions
|
# source helper functions
|
||||||
if test ! -f common/gst-autogen.sh;
|
if test ! -f common/gst-autogen.sh;
|
||||||
|
|
Loading…
Reference in a new issue