diff options
author | Peter von Kaehne <refdoc@gmx.net> | 2017-06-10 21:06:44 +0000 |
---|---|---|
committer | Peter von Kaehne <refdoc@gmx.net> | 2017-06-10 21:06:44 +0000 |
commit | 7187eaf8f0973da7455d803b31e84a234e995252 (patch) | |
tree | d4c008c01e0082fde1f4f7b7fd47f2cab787a37a /modules/conf/confmaker.pl | |
parent | 170e1307aa514ed9be54f948eefe98a1062e69df (diff) | |
download | sword-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
Diffstat (limited to 'modules/conf/confmaker.pl')
-rwxr-xr-x | modules/conf/confmaker.pl | 2 |
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"; } |