diff options
author | lenz@mysql.com <> | 2004-08-05 17:05:11 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2004-08-05 17:05:11 +0200 |
commit | 1097805cf2bdf833f7d07886c7a35b9af54ba068 (patch) | |
tree | 1ced6bcc717669c2697598b7eda27e7e13497ce3 /scripts | |
parent | ed277f8ccf88191e6b52f515425a6b421e31e937 (diff) | |
download | mariadb-git-1097805cf2bdf833f7d07886c7a35b9af54ba068.tar.gz |
- rename: EXCEPTIONS->EXCEPTIONS-CLIENT
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_binary_distribution.sh | 2 | ||||
-rw-r--r-- | scripts/make_win_src_distribution.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index d78a7ee28b9..8ea9a16f56b 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -86,7 +86,7 @@ do done for i in COPYING COPYING.LIB README Docs/INSTALL-BINARY \ - EXCEPTIONS MySQLEULA.txt LICENSE.doc README.NW + EXCEPTIONS-CLIENT MySQLEULA.txt LICENSE.doc README.NW do if [ -f $i ] then diff --git a/scripts/make_win_src_distribution.sh b/scripts/make_win_src_distribution.sh index 8837628a1a5..9aca62527e6 100644 --- a/scripts/make_win_src_distribution.sh +++ b/scripts/make_win_src_distribution.sh @@ -272,7 +272,7 @@ touch $BASE/innobase/ib_config.h # cd $SOURCE -for i in COPYING ChangeLog README EXCEPTIONS\ +for i in COPYING ChangeLog README EXCEPTIONS-CLIENT\ INSTALL-SOURCE INSTALL-WIN \ INSTALL-WIN-SOURCE \ Docs/manual_toc.html Docs/manual.html \ |