Commit b91838fc authored by unknown's avatar unknown

- Rename the *.cnf files to *.ini for the Windows source distribution

parent ef40ba04
...@@ -294,7 +294,13 @@ done ...@@ -294,7 +294,13 @@ done
# support files # support files
# #
mkdir $BASE/support-files mkdir $BASE/support-files
cp support-files/*.cnf $BASE/support-files
# Rename the cnf files to <file>.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 # Raw dirs from source tree
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment