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

SVN-Revision: 32358
This commit is contained in:
Felix Fietkau 2012-06-14 18:09:54 +00:00
parent de8bc3bfb7
commit 67e51f1787
1 changed files with 1 additions and 1 deletions

View File

@ -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))