From: Jo-Philipp Wich Date: Sat, 9 Aug 2014 13:04:17 +0000 (+0000) Subject: build: fix removal of old .ipk files with CONFIG_PER_FEED_REPO X-Git-Tag: reboot~6265 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=9aeb0cff11455697e3d604befa30146928702d80 build: fix removal of old .ipk files with CONFIG_PER_FEED_REPO Signed-off-by: Jo-Philipp Wich SVN-Revision: 42090 --- diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index be47526467..5c83b3d58b 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -136,7 +136,7 @@ ifeq ($(DUMP),) $(PKG_INFO_DIR)/$(1).provides: $$(IPKG_$(1)) $$(IPKG_$(1)): $(STAMP_BUILT) $(INCLUDE_DIR)/package-ipkg.mk - @rm -rf $(PACKAGE_DIR)/$(1)_* $$(IDIR_$(1)) + @rm -rf $$(PDIR_$(1))/$(1)_* $$(IDIR_$(1)) mkdir -p $(PACKAGE_DIR) $$(IDIR_$(1))/CONTROL $(PKG_INFO_DIR) $(call Package/$(1)/install,$$(IDIR_$(1))) -find $$(IDIR_$(1)) -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| $(XARGS) rm -rf