From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: development@lists.ipfire.org Subject: [PATCH 1/2] add a patch for ebtables (to fix the problem with usr local) Date: Fri, 25 Mar 2016 11:13:15 +0100 Message-ID: <1458900796-18984-2-git-send-email-jonatan.schlag@ipfire.org> In-Reply-To: <1458900796-18984-1-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9198982310855140093==" List-Id: --===============9198982310855140093== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Jonatan Schlag --- ...ables-should-install-nothing-in-usr-local.patch | 28 ++++++++++++++++++++= ++ 1 file changed, 28 insertions(+) create mode 100644 src/patches/ebtables/0001-ebtables-should-install-nothing= -in-usr-local.patch diff --git a/src/patches/ebtables/0001-ebtables-should-install-nothing-in-usr= -local.patch b/src/patches/ebtables/0001-ebtables-should-install-nothing-in-u= sr-local.patch new file mode 100644 index 0000000..2cccb90 --- /dev/null +++ b/src/patches/ebtables/0001-ebtables-should-install-nothing-in-usr-local.= patch @@ -0,0 +1,28 @@ +From 373fb7d2d22fcf3328702e719793526e215822ca Mon Sep 17 00:00:00 2001 +From: Jonatan Schlag +Date: Thu, 24 Mar 2016 18:35:51 +0100 +Subject: [PATCH] ebtables should install nothing in usr local + +Signed-off-by: Jonatan Schlag +--- + Makefile | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/Makefile b/Makefile +index c1106a4..b5f4447 100644 +--- a/Makefile ++++ b/Makefile +@@ -10,8 +10,8 @@ LOCKDIR:=3D$(shell echo $(LOCKFILE) | sed 's/\(.*\)\/.*/\1= /')/ +=20 + # default paths + LIBDIR:=3D/usr/lib +-MANDIR:=3D/usr/local/man +-BINDIR:=3D/usr/local/sbin ++MANDIR:=3D/usr/man ++BINDIR:=3D/usr/sbin + ETCDIR:=3D/etc + INITDIR:=3D/etc/rc.d/init.d + SYSCONFIGDIR:=3D/etc/sysconfig +--=20 +2.1.4 + --=20 2.1.4 --===============9198982310855140093==--