Commit 4d36ec48 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

NPAPI: call git submodule when cloning

(cherry picked from commit 98ec9654ec890b7decf9472cade61c82f489aa9e)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent af1782be
...@@ -9,8 +9,10 @@ fetch-npapi: ...@@ -9,8 +9,10 @@ fetch-npapi:
cd npapi-vlc && \ cd npapi-vlc && \
git fetch origin && \ git fetch origin && \
git reset --hard origin/master; \ git reset --hard origin/master; \
git submodule update; \
else \ else \
git clone git://git.videolan.org/npapi-vlc.git npapi-vlc ; \ git clone git://git.videolan.org/npapi-vlc.git npapi-vlc ; \
git submodule update --init; \
fi fi
git --git-dir=npapi-vlc/.git describe --long --always > stamp-npapi.tmp git --git-dir=npapi-vlc/.git describe --long --always > stamp-npapi.tmp
if diff stamp-npapi.tmp stamp-npapi >/dev/null 2>&1; then \ if diff stamp-npapi.tmp stamp-npapi >/dev/null 2>&1; then \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment