From: Markham Date: Sat, 5 Mar 2016 19:19:42 +0000 (+0100) Subject: BS: fix update PLUGINS submodule X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=fe7b209419ac8d8d2d303dbca04c334e56b4455e;p=bs-cst-neutrino-hd.git BS: fix update PLUGINS submodule --- diff --git a/make/prerequisites.mk b/make/prerequisites.mk index 71108b5..0b75c7e 100755 --- a/make/prerequisites.mk +++ b/make/prerequisites.mk @@ -205,6 +205,7 @@ $(GIT_PLUGINS): cd $(SOURCE_DIR)/git && \ if [ -d $(GIT_PLUGINS) ]; then \ cd $(GIT_PLUGINS) && \ + git pull origin master; \ git submodule update; \ else \ git clone --recursive $(CSGIT)/cst-public-plugins.git/ PLUGINS; \