]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/ebtables/0001-ebtables-should-install-nothing-in-usr-local.patch
core130: Ship SSH Agent Forwarding changes
[ipfire-2.x.git] / src / patches / ebtables / 0001-ebtables-should-install-nothing-in-usr-local.patch
1 From 373fb7d2d22fcf3328702e719793526e215822ca Mon Sep 17 00:00:00 2001
2 From: Jonatan Schlag <jonatan.schlag@ipfire.org>
3 Date: Thu, 24 Mar 2016 18:35:51 +0100
4 Subject: [PATCH] ebtables should install nothing in usr local
5
6 Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
7 ---
8 Makefile | 4 ++--
9 1 file changed, 2 insertions(+), 2 deletions(-)
10
11 diff --git a/Makefile b/Makefile
12 index c1106a4..b5f4447 100644
13 --- a/Makefile
14 +++ b/Makefile
15 @@ -10,8 +10,8 @@ LOCKDIR:=$(shell echo $(LOCKFILE) | sed 's/\(.*\)\/.*/\1/')/
16
17 # default paths
18 LIBDIR:=/usr/lib
19 -MANDIR:=/usr/local/man
20 -BINDIR:=/usr/local/sbin
21 +MANDIR:=/usr/man
22 +BINDIR:=/usr/sbin
23 ETCDIR:=/etc
24 INITDIR:=/etc/rc.d/init.d
25 SYSCONFIGDIR:=/etc/sysconfig
26 --
27 2.1.4
28