Move config directory from /usr/etc to /etc

This commit is contained in:
2025-11-17 20:10:05 +02:00
parent e8d42f6851
commit 7c3c825499
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
} }