Skip to content
Snippets Groups Projects
Commit 67e51f17 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

include/package-ipkg.mk: fix copying provides list introduced in r32332

SVN-Revision: 32358
parent de8bc3bf
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,7 @@ ifeq ($(DUMP),) ...@@ -144,7 +144,7 @@ ifeq ($(DUMP),)
fi; \ fi; \
done; \ done; \
) | sort -u > $(PKG_INFO_DIR)/$(1).provides ) | sort -u > $(PKG_INFO_DIR)/$(1).provides
$(if $(PROVIDES),@for pkg in $(PROVIDES); do cp $(PKG_INFO_DIR)/$(1).provides $(PKG_INFO_DIR)/$$pkg.provides; done) $(if $(PROVIDES),@for pkg in $(PROVIDES); do cp $(PKG_INFO_DIR)/$(1).provides $(PKG_INFO_DIR)/$$$$pkg.provides; done)
$(CheckDependencies) $(CheckDependencies)
$(RSTRIP) $$(IDIR_$(1)) $(RSTRIP) $$(IDIR_$(1))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment