mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
ebtables: move bins to sbin, as needed is broken
This commit is contained in:
parent
33e221634d
commit
3f2a58551b
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ebtables'
|
# Template file for 'ebtables'
|
||||||
pkgname=ebtables
|
pkgname=ebtables
|
||||||
version=2.0.10_4
|
version=2.0.10_4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Filtering tool for a Linux-based bridging firewall"
|
short_desc="Filtering tool for a Linux-based bridging firewall"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
|
@ -15,11 +15,13 @@ make_build_args="CFLAGS+=-Wno-error=unused-but-set-variable"
|
||||||
make_install_args="
|
make_install_args="
|
||||||
LIBDIR=/usr/lib \
|
LIBDIR=/usr/lib \
|
||||||
MANDIR=/usr/share/man \
|
MANDIR=/usr/share/man \
|
||||||
BINDIR=/usr/bin \
|
BINDIR=/usr/sbin \
|
||||||
INITDIR=/etc/rc.d \
|
INITDIR=/etc/rc.d \
|
||||||
SYSCONFIGDIR=/etc
|
SYSCONFIGDIR=/etc
|
||||||
"
|
"
|
||||||
conf_files=/etc/ebtables.conf
|
conf_files=/etc/ebtables.conf
|
||||||
|
broken_as_needed=yes
|
||||||
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i -e "/install/s/-m [0-9]\{4\}//g" \
|
sed -i -e "/install/s/-m [0-9]\{4\}//g" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue