diff options
-rw-r--r-- | configure.local.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.local.example b/configure.local.example index 911413e2..715612b0 100644 --- a/configure.local.example +++ b/configure.local.example @@ -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 ------------------------------------ |