Index: app/dist/common/utt_make_config.pl
===================================================================
--- app/dist/common/utt_make_config.pl	(revision ff0fc991d727551b858d38e744ef5e936f54278a)
+++ app/dist/common/utt_make_config.pl	(revision a5fdde96132cd61c3f2e6d56c426c96b741427c8)
@@ -14,12 +14,12 @@
 conf_utt(catfile($usr_home, 'utt.conf'), $sys_home);
 
+conf_compiledic(catfile($usr_home, 'compiledic.conf'), $sys_home);
 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_dgc(catfile($usr_home, 'dgc.conf'), $sys_home);
 conf_grp(catfile($usr_home, 'grp.conf'), $sys_home);
 conf_gue(catfile($usr_home, 'gue.conf'), $sys_home);
+conf_kor(catfile($usr_home, 'kor.conf'), $sys_home);
 conf_lem(catfile($usr_home, 'lem.conf'), $sys_home);
 conf_ser(catfile($usr_home, 'ser.conf'), $sys_home);
-conf_dgc(catfile($usr_home, 'dgc.conf'), $sys_home);
 
 print "UTT user configuration created in $usr_home\n";
@@ -34,13 +34,13 @@
 
     if(-d $dir) {
-	print "Old configuration detected. ";
-	my $cnt = unlink <$dir/*>;
-	print "($cnt files deleted)\n";
+		print "Old configuration detected. ";
+		my $cnt = unlink <$dir/*>;
+		print "($cnt files deleted)\n";
     }
     else {
-	print "Creating directory $dir\n";
-	if(1 != mkdir $dir) {
-	    die "Unable to create UTT user configuration!\n";
-	}
+		print "Creating directory $dir\n";
+		if(1 != mkdir $dir) {
+		    die "Unable to create UTT user configuration!\n";
+		}
     }
 }
@@ -108,5 +108,5 @@
   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 "weights=", abs_path("$utthome/lib/utt/weights.kor"), "\n";
   print FILE "threshold=1.0\n";
 
