]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
BS: fix update PLUGINS submodule
authorMarkham <markham001@gmx.de>
Sat, 5 Mar 2016 19:19:42 +0000 (20:19 +0100)
committerMarkham <markham001@gmx.de>
Sat, 5 Mar 2016 19:19:42 +0000 (20:19 +0100)
make/prerequisites.mk

index 71108b5e5996b914c4301347af87431369817ce5..0b75c7e546279d33e1c2f8bf9213965fbeb1db89 100755 (executable)
@@ -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; \