Browse Source

- update.mk: fix update of plugin remote repos

master
vanhofen 6 years ago
parent
commit
c29e2f77aa
  1. 2
      make/update.mk

2
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

Loading…
Cancel
Save