[sword-svn] r514 - trunk/modules/conf

refdoc at crosswire.org refdoc at crosswire.org
Sat Jun 10 14:06:44 MST 2017


Author: refdoc
Date: 2017-06-10 14:06:44 -0700 (Sat, 10 Jun 2017)
New Revision: 514

Modified:
   trunk/modules/conf/confmaker.pl
Log:
correction to filepath calculation


Modified: trunk/modules/conf/confmaker.pl
===================================================================
--- trunk/modules/conf/confmaker.pl	2017-06-10 21:03:29 UTC (rev 513)
+++ trunk/modules/conf/confmaker.pl	2017-06-10 21:06:44 UTC (rev 514)
@@ -205,7 +205,7 @@
 
 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";
 }
 
 




More information about the sword-cvs mailing list