]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/multicat-makefile.patch
multicat: add a new addon package "multicat" - The multicast swiss knife
[ipfire-2.x.git] / src / patches / multicat-makefile.patch
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