Commit 5db0d20b authored by lenz@mysql.com's avatar lenz@mysql.com

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

parent e7500f43
......@@ -294,7 +294,13 @@ done
# 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
......
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