Browse Source

conntrack-tools: leave out bogus reject files on unpacking

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 41376
Felix Fietkau 11 years ago
parent
commit
d73e2c5528
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/network/utils/conntrack-tools/Makefile

+ 2 - 0
package/network/utils/conntrack-tools/Makefile

@@ -23,6 +23,8 @@ PKG_MAINTAINER:=Jo-Philipp Wich <[email protected]>
 PKG_FIXUP:=autoreconf
 PKG_INSTALL:=1
 
+TAR_OPTIONS += --exclude='*.rej'
+
 include $(INCLUDE_DIR)/package.mk
 
 define Package/conntrack-tools