From fe7b209419ac8d8d2d303dbca04c334e56b4455e Mon Sep 17 00:00:00 2001 From: Markham Date: Sat, 5 Mar 2016 20:19:42 +0100 Subject: [PATCH] BS: fix update PLUGINS submodule --- make/prerequisites.mk | 1 + 1 file changed, 1 insertion(+) 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; \ -- 2.39.5