Skip to content

Commit

Permalink
npapi: fix vlcpp fetch
Browse files Browse the repository at this point in the history
VLC itself has no submodules
  • Loading branch information
funman committed Apr 24, 2015
1 parent 2ab78c7 commit 1f51cbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extras/package/npapi.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ fetch-npapi:
git reset --hard origin/master; \
git submodule update; \
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; \
fi
git --git-dir=npapi-vlc/.git describe --long --always > stamp-npapi.tmp
Expand Down

0 comments on commit 1f51cbc

Please sign in to comment.