include/package-ipkg.mk: fix copying provides list introduced in r32332
SVN-Revision: 32358
This commit is contained in:
parent
de8bc3bfb7
commit
67e51f1787
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ ifeq ($(DUMP),)
|
|||
fi; \
|
||||
done; \
|
||||
) | 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)
|
||||
|
||||
$(RSTRIP) $$(IDIR_$(1))
|
||||
|
|
Loading…
Reference in a new issue