From 3f2a58551b57884ebaabb00cec4995b92a50a491 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 19 Feb 2015 23:13:37 +0100 Subject: [PATCH] ebtables: move bins to sbin, as needed is broken --- srcpkgs/ebtables/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ebtables/template b/srcpkgs/ebtables/template index 0c37fa22eac..ce3725d321a 100644 --- a/srcpkgs/ebtables/template +++ b/srcpkgs/ebtables/template @@ -1,7 +1,7 @@ # Template file for 'ebtables' pkgname=ebtables version=2.0.10_4 -revision=1 +revision=2 build_style=gnu-makefile short_desc="Filtering tool for a Linux-based bridging firewall" maintainer="Enno Boland " @@ -15,11 +15,13 @@ make_build_args="CFLAGS+=-Wno-error=unused-but-set-variable" make_install_args=" LIBDIR=/usr/lib \ MANDIR=/usr/share/man \ - BINDIR=/usr/bin \ + BINDIR=/usr/sbin \ INITDIR=/etc/rc.d \ SYSCONFIGDIR=/etc " conf_files=/etc/ebtables.conf +broken_as_needed=yes + pre_configure() { sed -i -e "/install/s/-m [0-9]\{4\}//g" \