From: Simon Schubert <2@0x2c.org> Date: Fri, 29 Oct 2010 00:43:16 +0000 (+0200) Subject: Makefile: /etc doesn't need a PREFIX X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3256b688485bdbab359b61ec3c6d453054ffb93d;p=people%2Fms%2Fdma.git Makefile: /etc doesn't need a PREFIX --- diff --git a/Makefile b/Makefile index 10bcf6d..ad4499d 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ CHMOD?= chmod PREFIX?= /usr/local SBIN?= ${PREFIX}/sbin -CONFDIR?= ${PREFIX}/etc +CONFDIR?= /etc MAN?= ${PREFIX}/share/man VAR?= /var DMASPOOL?= ${VAR}/spool/dma