Part of IR-359.
authorMike Taylor <mike@indexdata.com>
Fri, 14 Nov 2014 11:38:12 +0000 (11:38 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 14 Nov 2014 11:38:12 +0000 (11:38 +0000)
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

index 8a432fa..e8223d5 100644 (file)
@@ -1,7 +1,6 @@
 
 # Where to look for config files
 
 # 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
 
 # Where to look for loadable zebra modules.  Both these path components
 # are necessary, since the former is used when installed from a Debian