Index: conf/Makefile
===================================================================
--- conf/Makefile	(revision cfdf333a512778a753f04c7ce616075f6059e7bb)
+++ conf/Makefile	(revision b242df28e54a297520242fa6f8f1d8ec891f6658)
@@ -15,5 +15,5 @@
 install:
 ifdef CONF_DIR
-	install -m 0644 compiledic.conf $(CONF_DIR)
+	install -m 0644 compdic.conf $(CONF_DIR)
 	install -m 0644 cor.conf $(CONF_DIR)
 	install -m 0644 dgc.conf $(CONF_DIR)
@@ -32,5 +32,5 @@
 uninstall:
 ifdef CONF_DIR
-	rm $(CONF_DIR)/compiledic.conf
+	rm $(CONF_DIR)/compdic.conf
 	rm $(CONF_DIR)/cor.conf
 	rm $(CONF_DIR)/dgc.conf
Index: src/compdic/lst2fstext
===================================================================
--- src/compdic/lst2fstext	(revision e7de6cc88c605c4f810cbc852e843294b4b0e8ac)
+++ src/compdic/lst2fstext	(revision b242df28e54a297520242fa6f8f1d8ec891f6658)
@@ -13,5 +13,5 @@
     ++$s;
     print "0 $s <eps>\n";
-    while($c = shift @cs)
+    for $c (@cs)
     {
 	print $s . ' ' . ++$s . " $c\n";
