From: Wolfram Schneider Date: Fri, 14 Nov 2014 12:51:29 +0000 (+0100) Subject: set modulePath for MacOS with homebrew X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=840818e037f260581b45e5e4a90742d59a34ca87 set modulePath for MacOS with homebrew --- 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