Move config directory from /usr/etc to /etc
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: iptables
|
name: iptables
|
||||||
description: userspace CLI program used to configure the Linux packet filtering ruleset
|
description: userspace CLI program used to configure the Linux packet filtering ruleset
|
||||||
version: 1.8.11
|
version: 1.8.11
|
||||||
revision: 4
|
revision: 5
|
||||||
url: https://www.netfilter.org/projects/iptables/index.html
|
url: https://www.netfilter.org/projects/iptables/index.html
|
||||||
license: GPL2-only
|
license: GPL2-only
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# The build function is executed in the source directory
|
# The build function is executed in the source directory
|
||||||
# This function is used to compile the source code
|
# This function is used to compile the source code
|
||||||
build() {
|
build() {
|
||||||
./configure --prefix=/usr --enable-bpf-compiler --enable-devel --enable-libipq --enable-shared
|
./configure --prefix=/usr --sysconfdir=/etc --enable-bpf-compiler --enable-devel --enable-libipq --enable-shared
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user