From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 22 May 2011 12:11:02 +0200 References: <1305980898-30494-1-git-send-email-sven@narfation.org> <1305980898-30494-13-git-send-email-sven@narfation.org> In-Reply-To: <1305980898-30494-13-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201105221211.03277.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 13/14] batctl: Introduce PREFIX as standard installation prefix Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Saturday 21 May 2011 14:28:17 Sven Eckelmann wrote: > cmake and configure (generated by autotools) use a prefix configuration > which is by default /usr/local to define to which all other paths are > relative to. SBINDIR is then defined as $PREFIX/sbin but can also be > redefined. Applied in revision 9ca5b44. Thanks, Marek