Index: app/dist/spec/Makefile
===================================================================
--- app/dist/spec/Makefile	(revision b2647ded51d1c3f8e4a856396ea16c7afd54b9e6)
+++ app/dist/spec/Makefile	(revision 9b57c4d68c64c1eecf74b8d771c0471c586fa063)
@@ -15,6 +15,9 @@
 	mkdir -p ${_UTT_ROOT}
 	cp -rf ${UTT_DIST_DIR}/* ${_UTT_ROOT}/
-	cp ../common/utt_make_config.pl ${_UTT_ROOT}/bin/
-	chmod 755 ${_UTT_ROOT}/bin/utt_make_config.pl
+	mkdir -p ${_UTT_ROOT}/cnf
+	mv ${_UTT_ROOT}/etc/utt/*.conf ${_UTT_ROOT}/cnf/
+	${DIR}/../common/prepare_conf.sh ${_UTT_ROOT}/cnf ${_UTT_ROOT}/etc/utt \\\/usr\\\/local
+	rm -rf ${_UTT_ROOT}/cnf
+
 	cp ../files/* ${_UTT_ROOT}/
 	cd ${_RPM_FROOT}; rpmbuild -bb ${DIR}/utt.spec
