conntrack-tools: leave out bogus reject files on unpacking
authorFelix Fietkau <nbd@openwrt.org>
Sun, 29 Jun 2014 11:33:00 +0000 (11:33 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 29 Jun 2014 11:33:00 +0000 (11:33 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41376

package/network/utils/conntrack-tools/Makefile

index 3c52441f4ce5fe82b1cb485f5f4a882657bf7221..f5466f3a9658ff61f32a83c331d7377719986d6e 100644 (file)
@@ -23,6 +23,8 @@ PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
 PKG_FIXUP:=autoreconf
 PKG_INSTALL:=1
 
+TAR_OPTIONS += --exclude='*.rej'
+
 include $(INCLUDE_DIR)/package.mk
 
 define Package/conntrack-tools