Index: app/dist/common/utt_make_config.pl
===================================================================
--- app/dist/common/utt_make_config.pl	(revision a4d0da553f29bc0fd967ebb3e0e910e46b1f4439)
+++ app/dist/common/utt_make_config.pl	(revision ac7d97018efb6419eb3d840b7767294d8be71ed8)
@@ -15,4 +15,5 @@
 
 conf_cor(catfile($usr_home, 'cor.conf'), $sys_home);
+conf_kor(catfile($usr_home, 'kor.conf'), $sys_home);
 conf_compiledic(catfile($usr_home, 'compiledic.conf'), $sys_home);
 conf_grp(catfile($usr_home, 'grp.conf'), $sys_home);
@@ -99,4 +100,17 @@
 }
 
+sub conf_kor() {
+	my $kor_file = shift;
+	my $utthome = shift;
+  open(FILE, ">$kor_file");
+
+  print FILE makeConfigHeader();
+  print FILE "dictionary-home=", abs_path("$utthome/share/utt"), "\n";
+  print FILE "weights=", abs_path("$utthome/lib/utt/weights.cor"), "\n";
+  print FILE "threshold=1.0\n";
+
+  close FILE;
+}
+
 sub conf_grp() {
 	my $grp_file = shift;
Index: app/dist/struktura.txt
===================================================================
--- app/dist/struktura.txt	(revision e1b08a23fabf2d0009aa9fd3b32791257ac781c5)
+++ app/dist/struktura.txt	(revision ac7d97018efb6419eb3d840b7767294d8be71ed8)
@@ -44,4 +44,5 @@
 /usr/local/lib/utt/ser.l.template
 /usr/local/lib/utt/terms.m4
+/usr/local/lib/utt/weights.cor
 
 /usr/local/share/doc/utt/FAQ
