ebtables: move bins to sbin, as needed is broken

This commit is contained in:
Enno Boland 2015-02-19 23:13:37 +01:00
parent 33e221634d
commit 3f2a58551b

View file

@ -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" \