Author: jow Date: 2014-08-09 15:05:03 +0200 (Sat, 09 Aug 2014) New Revision: 42091
Modified: branches/barrier_breaker/include/package-ipkg.mk Log: BB: build: fix removal of old .ipk files with CONFIG_PER_FEED_REPO Signed-off-by: Jo-Philipp Wich <[email protected]> Backport of r42090 Modified: branches/barrier_breaker/include/package-ipkg.mk =================================================================== --- branches/barrier_breaker/include/package-ipkg.mk 2014-08-09 13:04:17 UTC (rev 42090) +++ branches/barrier_breaker/include/package-ipkg.mk 2014-08-09 13:05:03 UTC (rev 42091) @@ -136,7 +136,7 @@ $(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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
