From: Mike Taylor Date: Fri, 14 Nov 2014 11:38:12 +0000 (+0000) Subject: Part of IR-359. X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=faf5082fde80d078325b1ecce774303800143431 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. --- 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