]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/ebtables/0001-ebtables-should-install-nothing-in-usr-local.patch
Update libvirt to 2.1
[ipfire-2.x.git] / src / patches / ebtables / 0001-ebtables-should-install-nothing-in-usr-local.patch
CommitLineData
a365d9d0
JS
1From 373fb7d2d22fcf3328702e719793526e215822ca Mon Sep 17 00:00:00 2001
2From: Jonatan Schlag <jonatan.schlag@ipfire.org>
3Date: Thu, 24 Mar 2016 18:35:51 +0100
4Subject: [PATCH] ebtables should install nothing in usr local
5
6Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
7---
8 Makefile | 4 ++--
9 1 file changed, 2 insertions(+), 2 deletions(-)
10
11diff --git a/Makefile b/Makefile
12index 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--
272.1.4
28