From faf5082fde80d078325b1ecce774303800143431 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 14 Nov 2014 11:38:12 +0000 Subject: [PATCH] Part of IR-359. Add /usr/local/Cellar/zebra/2.0.59/share/idzebra-2.0/tab to the profilePath. (Thank heavens it's a path, not just a location!) Allows Zebra to run on a Mac when installed using the "brew" packaging system. --- zebra/zebra.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zebra/zebra.cfg b/zebra/zebra.cfg index 8a432fa..e8223d5 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/share/idzebra-2.0/tab:/opt/local/share/idzebra-2.0/tab:/usr/local/Cellar/zebra/2.0.59/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