From 840818e037f260581b45e5e4a90742d59a34ca87 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Fri, 14 Nov 2014 13:51:29 +0100 Subject: [PATCH] set modulePath for MacOS with homebrew --- zebra/zebra-test.cfg | 3 +-- zebra/zebra.cfg | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/zebra/zebra-test.cfg b/zebra/zebra-test.cfg index 450f0ce..d07e29b 100644 --- a/zebra/zebra-test.cfg +++ b/zebra/zebra-test.cfg @@ -5,8 +5,7 @@ profilePath: .:/usr/local/share/idzebra-2.0/tab:/usr/share/idzebra-2.0/tab:/opt/ # Where to look for loadable zebra modules. Both these path components # are necessary, since the former is used when installing from a Debian # package and the latter when installing from a CVS build. -modulePath: /usr/lib/idzebra-2.0/modules -#modulePath: /usr/local/lib/idzebra-2.0/modules +modulePath: /usr/local/lib/idzebra-2.0/modules:/opt/local/lib/idzebra-2.0/modules:/usr/lib/idzebra-2.0/modules # store records and record keys internally storeData: 1 diff --git a/zebra/zebra.cfg b/zebra/zebra.cfg index 78f0cc4..f769105 100644 --- a/zebra/zebra.cfg +++ b/zebra/zebra.cfg @@ -5,8 +5,7 @@ profilePath: .:/usr/local/share/idzebra-2.0/tab:/usr/share/idzebra-2.0/tab:/opt/ # Where to look for loadable zebra modules. Both these path components # are necessary, since the former is used when installed from a Debian # package and the latter when installed from a Mac port. -modulePath: /usr/lib/idzebra-2.0/modules:/opt/local/lib/idzebra-2.0/modules -#modulePath: /usr/local/lib/idzebra-2.0/modules +modulePath: /usr/local/lib/idzebra-2.0/modules:/opt/local/lib/idzebra-2.0/modules:/usr/lib/idzebra-2.0/modules # store records and record keys internally storeData: 1 -- 1.7.10.4