summaryrefslogtreecommitdiffstats
path: root/modules/conf/confmaker.pl
diff options
context:
space:
mode:
authorPeter von Kaehne <refdoc@gmx.net>2011-06-09 16:06:27 +0000
committerPeter von Kaehne <refdoc@gmx.net>2011-06-09 16:06:27 +0000
commitb55a8699644f11a697e54a375962af778be5615e (patch)
tree3a7ecc8c390111ad3190597378ecb25b02743e9d /modules/conf/confmaker.pl
parentfaebf4dec366e9257d38e6ea49aaca63c70cb69f (diff)
downloadsword-tools-b55a8699644f11a697e54a375962af778be5615e.tar.gz
corrections
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@325 07627401-56e2-0310-80f4-f8cd0041bdcd
Diffstat (limited to 'modules/conf/confmaker.pl')
-rwxr-xr-xmodules/conf/confmaker.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/conf/confmaker.pl b/modules/conf/confmaker.pl
index 9ad3d09..d4b5f94 100755
--- a/modules/conf/confmaker.pl
+++ b/modules/conf/confmaker.pl
@@ -127,10 +127,10 @@ foreach my $f(@word_features) {
# Assemble and print out
print OUTF "[".$doc_name."]\n";
-print OUTF "Path=./modules/texts/rawtext/".$doc_name."\n";
+print OUTF "DataPath=./modules/texts/rawtext/".$doc_name."\n";
print OUTF "Description=This is the ".$doc_name." Bible in ".I18N::LangTags::List::name($doc_lang)." language\n";
-if ($doc_type =~ m/Bible/) { print OUTF "ModDrv = rawText\n"}
+if ($doc_type =~ m/Bible/) { print OUTF "ModDrv=rawText\n"}
else {print OUTF "ModDrv=rawUnknown\n"}
print OUTF "Lang=".$doc_lang."\n";