Browse Source

Fix repository default link

NYNEX 6 years ago
parent
commit
0017dbc6ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/feeds.mk

+ 1 - 1
include/feeds.mk

@@ -47,7 +47,7 @@ endef
 # 1: destination file
 # 1: destination file
 define FeedSourcesAppend
 define FeedSourcesAppend
 ( \
 ( \
-  echo "src/gz %n_core %U/targets/%S/packages"; \
+  echo "src/gz %n_core %U/%S/packages"; \
   $(strip $(if $(CONFIG_PER_FEED_REPO), \
   $(strip $(if $(CONFIG_PER_FEED_REPO), \
 	$(foreach feed,base $(FEEDS_ENABLED),echo "src/gz %n_$(feed) %U/packages/%A/$(feed)";) \
 	$(foreach feed,base $(FEEDS_ENABLED),echo "src/gz %n_$(feed) %U/packages/%A/$(feed)";) \
 	$(if $(CONFIG_PER_FEED_REPO_ADD_DISABLED), \
 	$(if $(CONFIG_PER_FEED_REPO_ADD_DISABLED), \