Commit 25028749 authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Baptiste Kempf

npapi: fix vlcpp fetch

VLC itself has no submodules

(cherry picked from commit 1f51cbc7439fbcd19d8a33c7a2809401951c8f76)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 4d36ec48
...@@ -11,7 +11,8 @@ fetch-npapi: ...@@ -11,7 +11,8 @@ fetch-npapi:
git reset --hard origin/master; \ git reset --hard origin/master; \
git submodule update; \ 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 && \
cd npapi-vlc && \
git submodule update --init; \ 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
......
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