diff options
author | unknown <lenz@mysql.com> | 2004-08-05 17:05:11 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-08-05 17:05:11 +0200 |
commit | 06cd2efc2e231d0526091e3e9e4dc47985a8081c (patch) | |
tree | 1ced6bcc717669c2697598b7eda27e7e13497ce3 /scripts | |
parent | 74e86ee36c9a2f645aa3bd31447a69b6f2b9ac47 (diff) | |
download | mariadb-git-06cd2efc2e231d0526091e3e9e4dc47985a8081c.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 \ |