summaryrefslogtreecommitdiff
path: root/include/package-ipkg.mk
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-12-05 17:27:00 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-12-05 17:27:00 +0000
commit091894764bb17f1db82a980b49ee46846721d282 (patch)
tree3b94ed2f8b19195f72ac5be66787a1a379d115df /include/package-ipkg.mk
parentb1137d48a441d09d678a1b95ad1168a2ef467863 (diff)
downloadmtk-20170518-091894764bb17f1db82a980b49ee46846721d282.zip
mtk-20170518-091894764bb17f1db82a980b49ee46846721d282.tar.gz
mtk-20170518-091894764bb17f1db82a980b49ee46846721d282.tar.bz2
include/package-ipkg.mk: don't add vi backup files to packages
Also remove trailing whitespaces. SVN-Revision: 29449
Diffstat (limited to 'include/package-ipkg.mk')
-rw-r--r--include/package-ipkg.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk
index 9eec4f2..50d18e0 100644
--- a/include/package-ipkg.mk
+++ b/include/package-ipkg.mk
@@ -1,4 +1,4 @@
-#
+#
# Copyright (C) 2006,2007 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
@@ -71,7 +71,7 @@ ifeq ($(DUMP),)
endif
IDEPEND_$(1):=$$(call filter_deps,$$(DEPENDS))
-
+
$(eval $(call BuildIPKGVariable,$(1),conffiles))
$(eval $(call BuildIPKGVariable,$(1),preinst))
$(eval $(call BuildIPKGVariable,$(1),postinst))
@@ -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)"; \