From cf7db69cf6abcfda6bb210c0a70346f28dff3b88 Mon Sep 17 00:00:00 2001 From: Markham Date: Sat, 12 Feb 2022 13:22:52 +0100 Subject: [PATCH] BS: PLUGINS - checkout master --- make/prerequisites.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make/prerequisites.mk b/make/prerequisites.mk index a2a55ad..aad07ab 100755 --- a/make/prerequisites.mk +++ b/make/prerequisites.mk @@ -139,6 +139,8 @@ $(GIT_PLUGINS): git submodule update --init --remote; \ else \ git clone --recursive $(CSGIT)/$(REPO_PLUGINS) PLUGINS; \ + cd PLUGINS && \ + git submodule foreach --recursive git checkout master; \ fi # hack to make sure they are always copied -- 2.39.5