From ac8eea4f6efab8e5ae5217d8b07f6c1307ad2812 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 7 Jan 2005 14:21:14 +0000 Subject: [PATCH] Fix path --- test/usmarc/zebra.cfg | 4 ++-- test/xpath/zebra.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/usmarc/zebra.cfg b/test/usmarc/zebra.cfg index b6f4255..52545f3 100644 --- a/test/usmarc/zebra.cfg +++ b/test/usmarc/zebra.cfg @@ -1,9 +1,9 @@ # Simple Zebra configuration file that defines # a database with USMARC records. -# $Id: zebra.cfg,v 1.5 2004-06-15 08:06:35 adam Exp $ +# $Id: zebra.cfg,v 1.5.2.1 2005-01-07 14:21:22 adam Exp $ # # Where are the config files located? -profilePath: ${srcdir:-.}/../../tab +profilePath: ${srcdir:-.}:${srcdir:-.}/../../tab # Files that describe the attribute sets supported. attset: bib1.att diff --git a/test/xpath/zebra.cfg b/test/xpath/zebra.cfg index 8867f55..1d4ae95 100644 --- a/test/xpath/zebra.cfg +++ b/test/xpath/zebra.cfg @@ -1,5 +1,5 @@ -# $Id: zebra.cfg,v 1.4 2004-06-15 09:43:34 adam Exp $ -profilePath: ${srcdir:-.}/../../tab +# $Id: zebra.cfg,v 1.4.2.1 2005-01-07 14:21:14 adam Exp $ +profilePath: ${srcdir:-.}:${srcdir:-.}/../../tab recordType: grs.sgml attset: bib1.att -- 1.7.10.4