From c29e2f77aa485c32b0ddda982fa65fd86a26d87d Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 5 Nov 2018 23:37:47 +0100 Subject: [PATCH] - update.mk: fix update of plugin remote repos --- make/update.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/update.mk b/make/update.mk index 50522028..d7acc359 100644 --- a/make/update.mk +++ b/make/update.mk @@ -37,7 +37,7 @@ ifeq ($(NI_ADMIN), true) git pull upstream master && \ git fetch upstream cd $(SOURCE_DIR)/$(NI_NEUTRINO-PLUGINS) && \ - make update-tuxbox-remotes + ./update-tuxbox-remotes.sh endif # rebase of ffmpeg/kernel repos forces us to force push into git repo