Index: app/dist/tarball/INSTALL
===================================================================
--- app/dist/tarball/INSTALL	(revision 20b4e44e7537762f6aceb72b039f6e8f8a50e201)
+++ app/dist/tarball/INSTALL	(revision 9b57c4d68c64c1eecf74b8d771c0471c586fa063)
@@ -1,6 +1,5 @@
 Here you can find some information about how to install utt.
 
-You should just unpack archive and then 
-execute 
-bin/utt_make_config.pl
-
+You should just unpack archive and then execute
+make test
+make install
Index: app/dist/tarball/Makefile
===================================================================
--- app/dist/tarball/Makefile	(revision adb4c8d65ba8b406a1703d1c091bcf1af4bdfb3c)
+++ app/dist/tarball/Makefile	(revision 9b57c4d68c64c1eecf74b8d771c0471c586fa063)
@@ -36,5 +36,5 @@
 	mkdir -p ${_TARBALL_ROOT}/cnf
 	mv ${_TARBALL_ROOT}/etc/utt/*.conf ${_TARBALL_ROOT}/cnf/
-	${DIR}/prepare_conf.sh ${_TARBALL_ROOT}/cnf ${_TARBALL_ROOT}/etc/utt
+	${DIR}/../common/prepare_conf.sh ${_TARBALL_ROOT}/cnf ${_TARBALL_ROOT}/etc/utt \~\\\/.local
 	rm -rf ${_TARBALL_ROOT}/cnf
 	cp ./INSTALL ${_TARBALL_ROOT}/
Index: app/dist/tarball/prepare_conf.sh
===================================================================
--- app/dist/tarball/prepare_conf.sh	(revision adb4c8d65ba8b406a1703d1c091bcf1af4bdfb3c)
+++ 	(revision )
@@ -1,7 +1,0 @@
-#!/bin/sh
-
-for FN in `ls $1/*.conf`
-do
-    BN=`basename ${FN}`
-    sed 's/PATH_PREFIX/~\/.local/g' ${FN} > $2/${BN}
-done
