From 084fee0d7b38f1c38f1c60fbdf6c5775ff51e7c1 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 20 Jun 2006 15:26:04 +0000 Subject: [PATCH] Add "." to profilePath. (This seems to have become necessary in order to find the indexing stylesheets.) --- zebra/zebra.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zebra/zebra.cfg b/zebra/zebra.cfg index e4d5475..8860fd2 100644 --- a/zebra/zebra.cfg +++ b/zebra/zebra.cfg @@ -1,7 +1,7 @@ -# $Id: zebra.cfg,v 1.3 2006-05-10 15:57:25 mike Exp $ +# $Id: zebra.cfg,v 1.4 2006-06-20 15:26:04 mike Exp $ # Where to look for config files -profilePath: /usr/local/share/idzebra/tab:/usr/share/idzebra/tab +profilePath: .:/usr/local/share/idzebra/tab:/usr/share/idzebra/tab # Where to look for loadable zebra modules #modulePath: zebra/lib/ -- 1.7.10.4