From fe825d25d9300a0e03789880548016dde58ce039 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Fri, 14 Nov 2014 13:50:01 +0100 Subject: [PATCH] set profilePath for MacOS / homebrew --- zebra/zebra-test.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zebra/zebra-test.cfg b/zebra/zebra-test.cfg index 864f6d5..450f0ce 100644 --- a/zebra/zebra-test.cfg +++ b/zebra/zebra-test.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 +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 installing from a Debian -- 1.7.10.4