summaryrefslogtreecommitdiff
path: root/scripts/make_binary_distribution.sh
diff options
context:
space:
mode:
authorlenz@mysql.com <>2002-10-13 16:26:28 +0200
committerlenz@mysql.com <>2002-10-13 16:26:28 +0200
commitd8f843a779f5959a405d6378143804f4f5f4743c (patch)
treec463f99eb16cdb4b08b8c13320ba92fef9081112 /scripts/make_binary_distribution.sh
parent399ba21d852a3c41dfd149e94b0fef0674427449 (diff)
downloadmariadb-git-d8f843a779f5959a405d6378143804f4f5f4743c.tar.gz
- Tagged ChangeSet 1.1224 as "mysql-3.23.53"
- bumped up version number to 3.23.54 in configure.in - replaced Docs/LICENSE with Docs/MySQLEULA.txt and modified scripts/make_binary_distribution.sh and Build-tools/mysql-copyright* accordingly.
Diffstat (limited to 'scripts/make_binary_distribution.sh')
-rw-r--r--scripts/make_binary_distribution.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh
index c67de656600..bde77713d63 100644
--- a/scripts/make_binary_distribution.sh
+++ b/scripts/make_binary_distribution.sh
@@ -55,7 +55,7 @@ mkdir $BASE $BASE/bin $BASE/data $BASE/data/mysql $BASE/data/test \
chmod o-rwx $BASE/data $BASE/data/*
for i in ChangeLog COPYING COPYING.LIB README Docs/INSTALL-BINARY \
- LICENSE Docs/manual.html Docs/manual.txt Docs/manual_toc.html
+ MySQLEULA.txt Docs/manual.html Docs/manual.txt Docs/manual_toc.html
do
if [ -f $i ]
then