diff options
author | Juergen Daubert <jue@jue.li> | 2013-06-10 12:13:56 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2013-06-10 12:13:56 +0200 |
commit | ae51dfc0f386f6551e150834fb795be3e31c5e07 (patch) | |
tree | 91d3ee7f29c8a3e52f2cde69ccf36bf3c99dc8c9 /iptables | |
parent | be41694922eb826533c195149b8ff9fd51db09ef (diff) | |
download | core-ae51dfc0f386f6551e150834fb795be3e31c5e07.tar.gz core-ae51dfc0f386f6551e150834fb795be3e31c5e07.tar.xz |
iptables: install configuration file unconditionally
Diffstat (limited to 'iptables')
-rw-r--r-- | iptables/Pkgfile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/iptables/Pkgfile b/iptables/Pkgfile index fc62c26a..d87f315d 100644 --- a/iptables/Pkgfile +++ b/iptables/Pkgfile @@ -4,7 +4,7 @@ name=iptables version=1.4.19.1 -release=1 +release=2 source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2) build () { @@ -15,4 +15,8 @@ build () { --enable-libipq make make DESTDIR=$PKG install + + # Install connlabel.conf unconditionally + # http://bugzilla.netfilter.org/show_bug.cgi?id=828 + install -D -m 0644 etc/xtables/connlabel.conf $PKG/etc/xtables/connlabel.conf } |