From 8c8afeac2c8e45efc2e38c44c2d643b22b91534a Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Fri, 14 Nov 2014 13:42:33 +0100 Subject: [PATCH 1/1] set profilePath for MacOS (with brew) --- zebra/zebra.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zebra/zebra.cfg b/zebra/zebra.cfg index 8a432fa..78f0cc4 100644 --- a/zebra/zebra.cfg +++ b/zebra/zebra.cfg @@ -1,7 +1,6 @@ # Where to look for config files -#profilePath: .:/usr/local/share/idzebra-2.0/tab:/usr/share/idzebra-2.0/tab -profilePath: .:/usr/share/idzebra-2.0/tab:/opt/local/share/idzebra-2.0/tab +profilePath: .:/usr/local/share/idzebra-2.0/tab:/usr/share/idzebra-2.0/tab:/opt/local/share/idzebra-2.0/tab:/usr/share/idzebra-2.0/tab # Where to look for loadable zebra modules. Both these path components # are necessary, since the former is used when installed from a Debian -- 1.7.10.4