]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/multicat-makefile.patch
ipsec-interfaces: Apply static routes (again) after creating IPsec interfaces
[ipfire-2.x.git] / src / patches / multicat-makefile.patch
CommitLineData
0a21ce42
JL
1--- Makefile.orig 2013-06-14 12:39:11.000000000 +0200
2+++ Makefile 2013-06-14 12:39:20.000000000 +0200
3@@ -13,7 +13,7 @@
4 OBJ_LASTS = lasts.o
5 OBJ_MULTICAT_VALIDATE = multicat_validate.o util.o
6
7-PREFIX ?= /usr/local
8+PREFIX ?= /usr
9 BIN = $(DESTDIR)/$(PREFIX)/bin
10 MAN = $(DESTDIR)/$(PREFIX)/share/man/man1
11
12