From: Nicolas Thill Date: Sat, 10 Dec 2011 22:02:50 +0000 (+0000) Subject: include/package-ipkg.mk: fix typo in r29449 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6bb5a5daeea3160a23bdb207c191bf1da7bc2522;p=openwrt%2Fsvn-archive%2Farchive.git include/package-ipkg.mk: fix typo in r29449 SVN-Revision: 29497 --- diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index 50d18e04de..e0a8118ae6 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -91,7 +91,7 @@ ifeq ($(DUMP),) @rm -rf $(PACKAGE_DIR)/$(1)_* $$(IDIR_$(1)) mkdir -p $(PACKAGE_DIR) $$(IDIR_$(1))/CONTROL $(call Package/$(1)/install,$$(IDIR_$(1))) - -find $$(IDIR_$(1)) -name 'CVS' -o -name '.svn' -o -name '.#*' -o name '*~'| $(XARGS) rm -rf + -find $$(IDIR_$(1)) -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| $(XARGS) rm -rf $(RSTRIP) $$(IDIR_$(1)) ( \ echo "Package: $(1)"; \