X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=blobdiff_plain;f=include%2Fpackage-ipkg.mk;h=0ce205506152e6fe7e9296e2e682a56e6c8c768c;hp=7ff3f6e23aaf3915c3a36e5603a28fd623fd21cd;hb=67e51f1787df11d86337b67d606d20a2396cf483;hpb=de8bc3bfb7fa7fef61461d84b817810444a546bb diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index 7ff3f6e23a..0ce2055061 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -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))