From b91838fcfdc8027f42384d1d6e6743e023088155 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 5 Oct 2004 14:42:15 +0200 Subject: [PATCH] - Rename the *.cnf files to *.ini for the Windows source distribution --- scripts/make_win_src_distribution.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/make_win_src_distribution.sh b/scripts/make_win_src_distribution.sh index 19a5fb7276b..8385a7f9bb0 100644 --- a/scripts/make_win_src_distribution.sh +++ b/scripts/make_win_src_distribution.sh @@ -294,7 +294,13 @@ done # support files # mkdir $BASE/support-files -cp support-files/*.cnf $BASE/support-files + +# Rename the cnf files to .ini +for i in support-files/*.cnf +do + i=`echo $i | sed 's/.cnf$//g'` + cp $i.cnf $BASE/$i.ini +done # # Raw dirs from source tree