From a6a81a5ea1aa093266a6bc84b3141dba83037901 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 23 Jan 2015 21:59:31 +0000 Subject: improve homebrew cellar config example --- configure.local.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.local.example b/configure.local.example index 0ab3e37e..493c88d1 100644 --- a/configure.local.example +++ b/configure.local.example @@ -1,4 +1,4 @@ -# $Id: configure.local.example,v 1.3 2015/01/21 22:41:49 schwarze Exp $ +# $Id: configure.local.example,v 1.4 2015/01/23 21:59:31 schwarze Exp $ # # Copyright (c) 2014, 2015 Ingo Schwarze # @@ -159,7 +159,8 @@ BINM_MAKEWHATIS=mandocdb # default is "makewhatis" # you have to specify the physical location of the cellar as returned # by realpath(3), for example: -HOMEBREWDIR=/Cellar +PREFIX="/usr/local" +HOMEBREWDIR="${PREFIX}/Cellar" # --- user settings related man.cgi ------------------------------------ -- cgit v1.2.3