include/package-ipkg.mk: don't add vi backup files to packages

Also remove trailing whitespaces.

SVN-Revision: 29449
This commit is contained in:
Gabor Juhos 2011-12-05 17:27:00 +00:00
parent b1137d48a4
commit 091894764b
1 changed files with 3 additions and 3 deletions

View File

@ -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 '.#*' | $(XARGS) rm -rf
-find $$(IDIR_$(1)) -name 'CVS' -o -name '.svn' -o -name '.#*' -o name '*~'| $(XARGS) rm -rf
$(RSTRIP) $$(IDIR_$(1))
( \
echo "Package: $(1)"; \