summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter von Kaehne <refdoc@gmx.net>2017-06-10 21:06:44 +0000
committerPeter von Kaehne <refdoc@gmx.net>2017-06-10 21:06:44 +0000
commit7187eaf8f0973da7455d803b31e84a234e995252 (patch)
treed4c008c01e0082fde1f4f7b7fd47f2cab787a37a
parent170e1307aa514ed9be54f948eefe98a1062e69df (diff)
downloadsword-tools-7187eaf8f0973da7455d803b31e84a234e995252.tar.gz
correction to filepath calculation
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@514 07627401-56e2-0310-80f4-f8cd0041bdcd
-rwxr-xr-xmodules/conf/confmaker.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/conf/confmaker.pl b/modules/conf/confmaker.pl
index 55b6e18..f5e6f23 100755
--- a/modules/conf/confmaker.pl
+++ b/modules/conf/confmaker.pl
@@ -205,7 +205,7 @@ if ($doc_type =~ m/Bible/i) {
if ($doc_type =~ m/Commentary/i) {
print "ModDrv=zCom\n";
- print "DataPath=./modules/com/zcom/".lc($doc_name)."/\n";
+ print "DataPath=./modules/comments/zcom/".lc($doc_name)."/\n";
}